#EEE8C0

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

Shades of Half And Half #EEE8C0

Tints of Half And Half #EEE8C0

Color information

#EEE8C0 (or 0xEEE8C0) is unknown color: approx Half And Half. HEX triplet: EE, E8 and C0. RGB value is (238,232,192). Sum of RGB (Red+Green+Blue) = 238+232+192=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8C0 is #11173F. Grayscale: #E5E5E5. Windows color (decimal): -1120064 or 12642542. OLE color: 12642542.

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

Color convert

RGB238232192-
CMYK00.030.190.07
HSL52.17º57.5%84.31%-
HSV(B)52.17º19.33%93.33%-
XYZ73.6379.761.37-
YUV229.23106.99134.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 192 (75.39% from 255) = 29.00%
R=35.95%
G=35.05%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823219200.030.190.0752.1757.584.31
HexEEE8C003137343a54
Octal356350300032376472124
Binary111011101110100011000000011100111111101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8C0; }

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

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

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

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

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

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

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

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