#EEE985

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

Shades of Texas #EEE985

Tints of Texas #EEE985

Color information

#EEE985 (or 0xEEE985) is unknown color: approx Texas. HEX triplet: EE, E9 and 85. RGB value is (238,233,133). Sum of RGB (Red+Green+Blue) = 238+233+133=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE985 is #11167A. Grayscale: #DFDFDF. Windows color (decimal): -1119867 or 8776174. OLE color: 8776174.

HSL color Cylindrical-coordinate representation of color #EEE985: hue angle of 57.14º 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 #EEE985 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238233133-
CMYK00.020.440.07
HSL57.14º75.54%72.75%-
HSV(B)57.14º44.12%93.33%-
XYZ68.6378.1533.66-
YUV223.177.16138.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 133 (52.34% from 255) = 22.02%
R=39.40%
G=38.58%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823313300.020.440.0757.1475.5472.75
HexEEE985022C7394c49
Octal3563512050254771114111
Binary11101110111010011000010101010110011111100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE985; }

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

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

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

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

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

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

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

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