#EAE080

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

Shades of Texas #EAE080

Tints of Texas #EAE080

Color information

#EAE080 (or 0xEAE080) is unknown color: approx Texas. HEX triplet: EA, E0 and 80. RGB value is (234,224,128). Sum of RGB (Red+Green+Blue) = 234+224+128=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE080 is #151F7F. Grayscale: #D8D8D8. Windows color (decimal): -1384320 or 8446186. OLE color: 8446186.

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

Color convert

RGB234224128-
CMYK00.040.450.08
HSL54.34º71.62%70.98%-
HSV(B)54.34º45.3%91.76%-
XYZ64.4872.3630.99-
YUV216.0578.31140.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 128 (50.39% from 255) = 21.84%
R=39.93%
G=38.23%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422412800.040.450.0854.3471.6270.98
HexEAE080042D8364847
Octal35234020004551066110107
Binary1110101011100000100000000100101101100011011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE080; }

 p { color: rgb(234,224,128); }

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

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

 a { background-color: rgb(234,224,128); }

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

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

 span { border-color: rgb(234,224,128); }

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