COLOR #EABE75

HEX: #EABE75
RGB: (234,190,117)

Color info

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

RGB color model

#EABE75 color RGB value is (234,190,117).

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

RGB channels and saturation

R 234 of 255 = 92%
G 190 of 255 = 75%
B 117 of 255 = 46%

234
190
117

R + G + B ~ 71%. #EABE75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 190 + 117 = 541 (100%)
R 234 of 541 ~ 43.25%
G 190 of 541 ~ 35.12%
B 117 of 541 ~ 21.63%

%43.25
%35.12
%21.63

CMYK color model

#EABE75 color CMYK value is (0,19,50,8).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 50.00%
  • key color value is 8.24%
CMYK:
(0,19,50,8)
C0M19Y50K8 
(0%,19%,50%,8%)
(0.00/0.19/0.50/0.08)	

CMYK percentages

%0
%18.8
%50
%8.24

Codes

Color #EABE75 in popluar color models

EABE75
RGB234190117
HSL37°73.58%68.82%
HSB/HSV37°50.00%91.76%
CMYK0.00%18.80%50.00%
8.24%

Color #EABE75 in popluar number systems.

HEXEABE75
Decimal234190117
Binary11101010101111101110101
Octal352276165

Shades and tints

Shades of #EABE75

#EABE75
(234,190,117)
#D5AD6B
(213,173,107)
#C09C61
(192,156,97)
#AB8B57
(171,139,87)
#967A4D
(150,122,77)
#816943
(129,105,67)
#6C5839
(108,88,57)
#57472F
(87,71,47)
#423625
(66,54,37)
#2D251B
(45,37,27)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #EABE75

#EABE75
(234,190,117)
#EBC381
(235,195,129)
#ECC88D
(236,200,141)
#EDCD99
(237,205,153)
#EED2A5
(238,210,165)
#EFD7B1
(239,215,177)
#F0DCBD
(240,220,189)
#F1E1C9
(241,225,201)
#F2E6D5
(242,230,213)
#F3EBE1
(243,235,225)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABE75; }

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

This text font color is #EABE75.


Background Color

.myBgColor { background-color: #EABE75; }

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

This div background color is #EABE75.


Border color

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

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

This div border color is #EABE75.


Opacity

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

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

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

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

This text has shadow with #EABE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABE75 on black background.


Color preview on white background

This text has color #EABE75 on white background.



Black color preview on #EABE75 background

This text has black color on #EABE75 background.


White color preview on #EABE75 background

This text has white color on #EABE75 background.