#EAE877

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

Shades of Texas #EAE877

Tints of Texas #EAE877

Color information

#EAE877 (or 0xEAE877) is unknown color: approx Texas. HEX triplet: EA, E8 and 77. RGB value is (234,232,119). Sum of RGB (Red+Green+Blue) = 234+232+119=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE877 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE877 is #151788. Grayscale: #DCDCDC. Windows color (decimal): -1382281 or 7858410. OLE color: 7858410.

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

Color convert

RGB234232119-
CMYK00.010.490.08
HSL58.96º73.25%69.22%-
HSV(B)58.96º49.15%91.76%-
XYZ66.1276.5428.74-
YUV219.7271.16138.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 232 (91.02% from 255) = 39.66%
BLUE value IS 119 (46.88% from 255) = 20.34%
R=40%
G=39.66%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423211900.010.490.0858.9673.2569.22
HexEAE877013183b4945
Octal35235016701611073111105
Binary1110101011101000111011101110001100011101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE877; }

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

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

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

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

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

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

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

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