COLOR #EBE869

HEX: #EBE869
RGB: (235,232,105)

Color info

#EBE869 contains mainly red and green colors. Web safe color of #EBE869 is #FFFF66 (or #FF6).

RGB color model

#EBE869 color RGB value is (235,232,105).

  • red value is 235;
  • green value is 232;
  • blue value is 105.
RGB:
(235,232,105)
(92%,91%,41%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 105 of 255 = 41%

235
232
105

R + G + B ~ 75%. #EBE869 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 105 = 572 (100%)
R 235 of 572 ~ 41.08%
G 232 of 572 ~ 40.56%
B 105 of 572 ~ 18.36%

%41.08
%40.56
%18.36

CMYK color model

#EBE869 color CMYK value is (0,1,55,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 55.32%
  • key color value is 7.84%
CMYK:
(0,1,55,8)
C0M1Y55K8 
(0%,1%,55%,8%)
(0.00/0.01/0.55/0.08)	

CMYK percentages

%0
%1.28
%55.32
%7.84

Codes

Color #EBE869 in popluar color models

EBE869
RGB235232105
HSL59°76.47%66.67%
HSB/HSV59°55.32%92.16%
CMYK0.00%1.28%55.32%
7.84%

Color #EBE869 in popluar number systems.

HEXEBE869
Decimal235232105
Binary11101011111010001101001
Octal353350151

Shades and tints

Shades of #EBE869

#EBE869
(235,232,105)
#D6D360
(214,211,96)
#C1BE57
(193,190,87)
#ACA94E
(172,169,78)
#979445
(151,148,69)
#827F3C
(130,127,60)
#6D6A33
(109,106,51)
#58552A
(88,85,42)
#434021
(67,64,33)
#2E2B18
(46,43,24)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #EBE869

#EBE869
(235,232,105)
#ECEA76
(236,234,118)
#EDEC83
(237,236,131)
#EEEE90
(238,238,144)
#EFF09D
(239,240,157)
#F0F2AA
(240,242,170)
#F1F4B7
(241,244,183)
#F2F6C4
(242,246,196)
#F3F8D1
(243,248,209)
#F4FADE
(244,250,222)
#F5FCEB
(245,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE869 color. Also use rgb(235,232,105) instead hex code.

Text Font Color

.myTextColor { color: #EBE869; }

<p style="color:#EBE869">This sample text font color is #EBE869.</p>

This text font color is #EBE869.


Background Color

.myBgColor { background-color: #EBE869; }

<div style="background-color:#EBE869">Inner text</div>

This div background color is #EBE869.


Border color

.myBorderColor { border: 1px solid #EBE869; }

<div style="border:3px solid #EBE869">Div</div>

This div border color is #EBE869.


Opacity

.myOpacity80 { color: #EBE869; opacity: 0.8; }

<p style="color:#EBE869;opacity:0.8;">80%</p>

Text with #EBE869 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBE869;}

<p style="text-shadow: 3px 3px 1px #EBE869">Text here.</p>

This text has shadow with #EBE869 color.

.textShadow {text-shadow: 3px 3px 1px #EBE869, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBE869, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBE869 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE869, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBE869, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBE869 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBE869;
  -webkit-box-shadow:	1px 1px 3px 2px #EBE869;
  box-shadow:		1px 1px 3px 2px #EBE869;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBE869;
-webkit-box-shadow: 1px 1px 3px 2px #EBE869;
box-shadow:1px 1px 3px 2px #EBE869;">
Div content here</div>
This div box has shadow with color #EBE869.

Preview

Color preview on black background

This text has color #EBE869 on black background.


Color preview on white background

This text has color #EBE869 on white background.



Black color preview on #EBE869 background

This text has black color on #EBE869 background.


White color preview on #EBE869 background

This text has white color on #EBE869 background.