#EAE87D

Color #EAE87D Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EAE87D

Tints of Texas #EAE87D

Color information

#EAE87D (or 0xEAE87D) is unknown color: approx Texas. HEX triplet: EA, E8 and 7D. RGB value is (234,232,125). Sum of RGB (Red+Green+Blue) = 234+232+125=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE87D is #151782. Grayscale: #DCDCDC. Windows color (decimal): -1382275 or 8251626. OLE color: 8251626.

HSL color Cylindrical-coordinate representation of color #EAE87D: hue angle of 58.9º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAE87D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234232125-
CMYK00.010.470.08
HSL58.9º72.19%70.39%-
HSV(B)58.9º46.58%91.76%-
XYZ66.4976.6930.7-
YUV220.474.16137.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 232 (91.02% from 255) = 39.26%
BLUE value IS 125 (49.22% from 255) = 21.15%
R=39.59%
G=39.26%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423212500.010.470.0858.972.1970.39
HexEAE87D012F83b4846
Octal35235017501571073110106
Binary1110101011101000111110101101111100011101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE87D; }

 p { color: rgb(234,232,125); }

 H1.HeaderClassName
 {
   color: #EAE87D;
 }
 .AnyTagClassName
 {
   color: #EAE87D;
 }
</style>
background-color css

<style>
 a { background-color: #EAE87D; }

 a { background-color: rgb(234,232,125); }

 div.DivClassName
 {
   background-color: #EAE87D;
 }
 .BgClassName
 {
   background-color: #EAE87D;
 }
</style>
border-color css

<style>
 span { border-color: #EAE87D; }

 span { border-color: rgb(234,232,125); }

 td.TdClassName
 {
   border-color: #EAE87D;
 }
 .TagClassName
 {
   border-color: #EAE87D;
 }
</style>