#EEEE80

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

Shades of Texas #EEEE80

Tints of Texas #EEEE80

Color information

#EEEE80 (or 0xEEEE80) is unknown color: approx Texas. HEX triplet: EE, EE and 80. RGB value is (238,238,128). Sum of RGB (Red+Green+Blue) = 238+238+128=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEE80 is #11117F. Grayscale: #E1E1E1. Windows color (decimal): -1118592 or 8449774. OLE color: 8449774.

HSL color Cylindrical-coordinate representation of color #EEEE80: 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.46%. Process color model (Four color, CMYK) of #EEEE80 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238238128-
CMYK000.460.07
HSL60º76.39%71.76%-
HSV(B)60º46.22%93.33%-
XYZ69.7380.8832.36-
YUV225.4673136.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 128 (50.39% from 255) = 21.19%
R=39.40%
G=39.40%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238128000.460.076076.3971.76
HexEEEE80002E73c4c48
Octal3563562000056774114110
Binary1110111011101110100000000010111011111110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEE80; }

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

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

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

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

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

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

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

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