#eae477

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

Shades of Texas #EAE477

Tints of Texas #EAE477

Color information

#EAE477 (or 0xEAE477) is unknown color: approx Texas. HEX triplet: EA, E4 and 77. RGB value is (234,228,119). Sum of RGB (Red+Green+Blue) = 234+228+119=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE477 is #151B88. Grayscale: #D9D9D9. Windows color (decimal): -1383305 or 7857386. OLE color: 7857386.

HSL color Cylindrical-coordinate representation of color #EAE477: hue angle of 56.87º 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 #EAE477 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234228119-
CMYK00.030.490.08
HSL56.87º73.25%69.22%-
HSV(B)56.87º49.15%91.76%-
XYZ6574.3128.37-
YUV217.3772.49139.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 119 (46.88% from 255) = 20.48%
R=40.28%
G=39.24%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422811900.030.490.0856.8773.2569.22
HexEAE47703318394945
Octal35234416703611071111105
Binary11101010111001001110111011110001100011100110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eae477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eae477; }

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

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

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

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

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

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

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

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