#EEE685

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

Shades of Texas #EEE685

Tints of Texas #EEE685

Color information

#EEE685 (or 0xEEE685) is unknown color: approx Texas. HEX triplet: EE, E6 and 85. RGB value is (238,230,133). Sum of RGB (Red+Green+Blue) = 238+230+133=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE685 is #11197A. Grayscale: #DDDDDD. Windows color (decimal): -1120635 or 8775406. OLE color: 8775406.

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

Color convert

RGB238230133-
CMYK00.030.440.07
HSL55.43º75.54%72.75%-
HSV(B)55.43º44.12%93.33%-
XYZ67.7976.4633.38-
YUV221.3378.15139.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=39.60%
G=38.27%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823013300.030.440.0755.4375.5472.75
HexEEE685032C7374c49
Octal3563462050354767114111
Binary11101110111001101000010101110110011111011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE685; }

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

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

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

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

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

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

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

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