#EEEE85

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

Shades of Texas #EEEE85

Tints of Texas #EEEE85

Color information

#EEEE85 (or 0xEEEE85) is unknown color: approx Texas. HEX triplet: EE, EE and 85. RGB value is (238,238,133). Sum of RGB (Red+Green+Blue) = 238+238+133=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEE85 is #11117A. Grayscale: #E2E2E2. Windows color (decimal): -1118587 or 8777454. OLE color: 8777454.

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

Color convert

RGB238238133-
CMYK000.440.07
HSL60º75.54%72.75%-
HSV(B)60º44.12%93.33%-
XYZ70.0781.0234.14-
YUV226.0375.5136.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 133 (52.34% from 255) = 21.84%
R=39.08%
G=39.08%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238133000.440.076075.5472.75
HexEEEE85002C73c4c49
Octal3563562050054774114111
Binary1110111011101110100001010010110011111110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEE85; }

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

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

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

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

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

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

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

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