#EEE9BF

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

Shades of Half And Half #EEE9BF

Tints of Half And Half #EEE9BF

Color information

#EEE9BF (or 0xEEE9BF) is unknown color: approx Half And Half. HEX triplet: EE, E9 and BF. RGB value is (238,233,191). Sum of RGB (Red+Green+Blue) = 238+233+191=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9BF is #111640. Grayscale: #E5E5E5. Windows color (decimal): -1119809 or 12577262. OLE color: 12577262.

HSL color Cylindrical-coordinate representation of color #EEE9BF: hue angle of 53.62º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEE9BF is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238233191-
CMYK00.020.200.07
HSL53.62º58.02%84.12%-
HSV(B)53.62º19.75%93.33%-
XYZ73.880.2260.88-
YUV229.71106.16133.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 233 (91.41% from 255) = 35.20%
BLUE value IS 191 (75% from 255) = 28.85%
R=35.95%
G=35.20%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823319100.020.200.0753.6258.0284.12
HexEEE9BF02147363a54
Octal356351277022476672124
Binary111011101110100110111111010101001111101101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE9BF; }

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

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

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

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

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

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

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

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