#EEEA84

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

Shades of Texas #EEEA84

Tints of Texas #EEEA84

Color information

#EEEA84 (or 0xEEEA84) is unknown color: approx Texas. HEX triplet: EE, EA and 84. RGB value is (238,234,132). Sum of RGB (Red+Green+Blue) = 238+234+132=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEA84 is #11157B. Grayscale: #DFDFDF. Windows color (decimal): -1119612 or 8710894. OLE color: 8710894.

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

Color convert

RGB238234132-
CMYK00.020.450.07
HSL57.74º75.71%72.55%-
HSV(B)57.74º44.54%93.33%-
XYZ68.8578.6933.39-
YUV223.5776.33138.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 132 (51.95% from 255) = 21.85%
R=39.40%
G=38.74%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823413200.020.450.0757.7475.7172.55
HexEEEA84022D73a4c49
Octal3563522040255772114111
Binary11101110111010101000010001010110111111101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEA84; }

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

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

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

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

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

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

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

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