#EAEC77

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

Shades of Texas #EAEC77

Tints of Texas #EAEC77

Color information

#EAEC77 (or 0xEAEC77) is unknown color: approx Texas. HEX triplet: EA, EC and 77. RGB value is (234,236,119). Sum of RGB (Red+Green+Blue) = 234+236+119=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEC77 is #151388. Grayscale: #DEDEDE. Windows color (decimal): -1381257 or 7859434. OLE color: 7859434.

HSL color Cylindrical-coordinate representation of color #EAEC77: hue angle of 61.03º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAEC77 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB234236119-
CMYK0.0100.500.07
HSL61.03º75.48%69.61%-
HSV(B)61.03º49.58%92.55%-
XYZ67.2678.8229.12-
YUV222.0669.84136.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 119 (46.88% from 255) = 20.20%
R=39.73%
G=40.07%
B=20.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361190.0100.500.0761.0375.4869.61
HexEAEC77103273d4b46
Octal3523541671062775113106
Binary111010101110110011101111011001011111110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEC77; }

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

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

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

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

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

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

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

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