COLOR #EABE66

HEX: #EABE66
RGB: (234,190,102)

Color info

#EABE66 contains mainly red and green colors. Web safe color of #EABE66 is #FFCC66 (or #FC6).

RGB color model

#EABE66 color RGB value is (234,190,102).

  • red value is 234;
  • green value is 190;
  • blue value is 102.
RGB:
(234,190,102)
(92%,75%,40%)

RGB channels and saturation

R 234 of 255 = 92%
G 190 of 255 = 75%
B 102 of 255 = 40%

234
190
102

R + G + B ~ 69%. #EABE66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 190 + 102 = 526 (100%)
R 234 of 526 ~ 44.49%
G 190 of 526 ~ 36.12%
B 102 of 526 ~ 19.39%

%44.49
%36.12
%19.39

CMYK color model

#EABE66 color CMYK value is (0,19,56,8).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 56.41%
  • key color value is 8.24%
CMYK:
(0,19,56,8)
C0M19Y56K8 
(0%,19%,56%,8%)
(0.00/0.19/0.56/0.08)	

CMYK percentages

%0
%18.8
%56.41
%8.24

Codes

Color #EABE66 in popluar color models

EABE66
RGB234190102
HSL40°75.86%65.88%
HSB/HSV40°56.41%91.76%
CMYK0.00%18.80%56.41%
8.24%

Color #EABE66 in popluar number systems.

HEXEABE66
Decimal234190102
Binary11101010101111101100110
Octal352276146

Shades and tints

Shades of #EABE66

#EABE66
(234,190,102)
#D5AD5D
(213,173,93)
#C09C54
(192,156,84)
#AB8B4B
(171,139,75)
#967A42
(150,122,66)
#816939
(129,105,57)
#6C5830
(108,88,48)
#574727
(87,71,39)
#42361E
(66,54,30)
#2D2515
(45,37,21)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #EABE66

#EABE66
(234,190,102)
#EBC373
(235,195,115)
#ECC880
(236,200,128)
#EDCD8D
(237,205,141)
#EED29A
(238,210,154)
#EFD7A7
(239,215,167)
#F0DCB4
(240,220,180)
#F1E1C1
(241,225,193)
#F2E6CE
(242,230,206)
#F3EBDB
(243,235,219)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABE66 color. Also use rgb(234,190,102) instead hex code.

Text Font Color

.myTextColor { color: #EABE66; }

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

This text font color is #EABE66.


Background Color

.myBgColor { background-color: #EABE66; }

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

This div background color is #EABE66.


Border color

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

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

This div border color is #EABE66.


Opacity

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

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

Text with #EABE66 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 #EABE66;}

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

This text has shadow with #EABE66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABE66 on black background.


Color preview on white background

This text has color #EABE66 on white background.



Black color preview on #EABE66 background

This text has black color on #EABE66 background.


White color preview on #EABE66 background

This text has white color on #EABE66 background.