#EEEE82

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

Shades of Texas #EEEE82

Tints of Texas #EEEE82

Color information

#EEEE82 (or 0xEEEE82) is unknown color: approx Texas. HEX triplet: EE, EE and 82. RGB value is (238,238,130). Sum of RGB (Red+Green+Blue) = 238+238+130=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEE82 is #11117D. Grayscale: #E2E2E2. Windows color (decimal): -1118590 or 8580846. OLE color: 8580846.

HSL color Cylindrical-coordinate representation of color #EEEE82: hue angle of 60º degrees, saturation: 0.76, 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 #EEEE82 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238238130-
CMYK000.450.07
HSL60º76.06%72.16%-
HSV(B)60º45.38%93.33%-
XYZ69.8680.9433.06-
YUV225.6974136.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 130 (51.17% from 255) = 21.45%
R=39.27%
G=39.27%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238130000.450.076076.0672.16
HexEEEE82002D73c4c48
Octal3563562020055774114110
Binary1110111011101110100000100010110111111110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEE82; }

 p { color: rgb(238,238,130); }

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

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

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

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

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

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

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