#EAEC81

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

Shades of Texas #EAEC81

Tints of Texas #EAEC81

Color information

#EAEC81 (or 0xEAEC81) is unknown color: approx Texas. HEX triplet: EA, EC and 81. RGB value is (234,236,129). Sum of RGB (Red+Green+Blue) = 234+236+129=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEC81 is #15137E. Grayscale: #DFDFDF. Windows color (decimal): -1381247 or 8514794. OLE color: 8514794.

HSL color Cylindrical-coordinate representation of color #EAEC81: hue angle of 61.12º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAEC81 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB234236129-
CMYK0.0100.450.07
HSL61.12º73.79%71.57%-
HSV(B)61.12º45.34%92.55%-
XYZ67.8979.0732.45-
YUV223.274.84135.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 129 (50.78% from 255) = 21.54%
R=39.07%
G=39.40%
B=21.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361290.0100.450.0761.1273.7971.57
HexEAEC81102D73d4a48
Octal3523542011055775112110
Binary1110101011101100100000011010110111111110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEC81; }

 p { color: rgb(234,236,129); }

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

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

 a { background-color: rgb(234,236,129); }

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

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

 span { border-color: rgb(234,236,129); }

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