#EEE8BF

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

Shades of Half And Half #EEE8BF

Tints of Half And Half #EEE8BF

Color information

#EEE8BF (or 0xEEE8BF) is unknown color: approx Half And Half. HEX triplet: EE, E8 and BF. RGB value is (238,232,191). Sum of RGB (Red+Green+Blue) = 238+232+191=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8BF is #111740. Grayscale: #E5E5E5. Windows color (decimal): -1120065 or 12577006. OLE color: 12577006.

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

Color convert

RGB238232191-
CMYK00.030.200.07
HSL52.34º58.02%84.12%-
HSV(B)52.34º19.75%93.33%-
XYZ73.5279.6560.79-
YUV229.12106.49134.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 191 (75% from 255) = 28.90%
R=36.01%
G=35.10%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823219100.030.200.0752.3458.0284.12
HexEEE8BF03147343a54
Octal356350277032476472124
Binary111011101110100010111111011101001111101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8BF; }

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

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

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

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

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

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

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

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