COLOR #EACB50

HEX: #EACB50
RGB: (234,203,80)

Color info

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

RGB color model

#EACB50 color RGB value is (234,203,80).

  • red value is 234;
  • green value is 203;
  • blue value is 80.
RGB:
(234,203,80)
(92%,80%,31%)

RGB channels and saturation

R 234 of 255 = 92%
G 203 of 255 = 80%
B 80 of 255 = 31%

234
203
80

R + G + B ~ 68%. #EACB50 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 203 + 80 = 517 (100%)
R 234 of 517 ~ 45.26%
G 203 of 517 ~ 39.26%
B 80 of 517 ~ 15.47%

%45.26
%39.26
%15.47

CMYK color model

#EACB50 color CMYK value is (0,13,66,8).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 65.81%
  • key color value is 8.24%
CMYK:
(0,13,66,8)
C0M13Y66K8 
(0%,13%,66%,8%)
(0.00/0.13/0.66/0.08)	

CMYK percentages

%0
%13.25
%65.81
%8.24

Codes

Color #EACB50 in popluar color models

EACB50
RGB23420380
HSL48°78.57%61.57%
HSB/HSV48°65.81%91.76%
CMYK0.00%13.25%65.81%
8.24%

Color #EACB50 in popluar number systems.

HEXEACB50
Decimal23420380
Binary11101010110010111010000
Octal352313120

Shades and tints

Shades of #EACB50

#EACB50
(234,203,80)
#D5B949
(213,185,73)
#C0A742
(192,167,66)
#AB953B
(171,149,59)
#968334
(150,131,52)
#81712D
(129,113,45)
#6C5F26
(108,95,38)
#574D1F
(87,77,31)
#423B18
(66,59,24)
#2D2911
(45,41,17)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #EACB50

#EACB50
(234,203,80)
#EBCF5F
(235,207,95)
#ECD36E
(236,211,110)
#EDD77D
(237,215,125)
#EEDB8C
(238,219,140)
#EFDF9B
(239,223,155)
#F0E3AA
(240,227,170)
#F1E7B9
(241,231,185)
#F2EBC8
(242,235,200)
#F3EFD7
(243,239,215)
#F4F3E6
(244,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACB50 color. Also use rgb(234,203,80) instead hex code.

Text Font Color

.myTextColor { color: #EACB50; }

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

This text font color is #EACB50.


Background Color

.myBgColor { background-color: #EACB50; }

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

This div background color is #EACB50.


Border color

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

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

This div border color is #EACB50.


Opacity

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

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

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

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

This text has shadow with #EACB50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACB50 on black background.


Color preview on white background

This text has color #EACB50 on white background.



Black color preview on #EACB50 background

This text has black color on #EACB50 background.


White color preview on #EACB50 background

This text has white color on #EACB50 background.