#EAEE79

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

Shades of Texas #EAEE79

Tints of Texas #EAEE79

Color information

#EAEE79 (or 0xEAEE79) is unknown color: approx Texas. HEX triplet: EA, EE and 79. RGB value is (234,238,121). Sum of RGB (Red+Green+Blue) = 234+238+121=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 121 (47.66% from 255 or 20.40% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEE79 is #151186. Grayscale: #DFDFDF. Windows color (decimal): -1380743 or 7991018. OLE color: 7991018.

HSL color Cylindrical-coordinate representation of color #EAEE79: hue angle of 62.05º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAEE79 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB234238121-
CMYK0.0200.490.07
HSL62.05º77.48%70.39%-
HSV(B)62.05º49.16%93.33%-
XYZ67.9680.0229.95-
YUV223.4770.17135.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 238 (93.36% from 255) = 40.13%
BLUE value IS 121 (47.66% from 255) = 20.40%
R=39.46%
G=40.13%
B=20.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381210.0200.490.0762.0577.4870.39
HexEAEE79203173e4d46
Octal3523561712061776115106
Binary1110101011101110111100110011000111111111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEE79; }

 p { color: rgb(234,238,121); }

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

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

 a { background-color: rgb(234,238,121); }

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

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

 span { border-color: rgb(234,238,121); }

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