#EEE8BE

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

Shades of Half And Half #EEE8BE

Tints of Half And Half #EEE8BE

Color information

#EEE8BE (or 0xEEE8BE) is unknown color: approx Half And Half. HEX triplet: EE, E8 and BE. RGB value is (238,232,190). Sum of RGB (Red+Green+Blue) = 238+232+190=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8BE is #111741. Grayscale: #E5E5E5. Windows color (decimal): -1120066 or 12511470. OLE color: 12511470.

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

Color convert

RGB238232190-
CMYK00.030.200.07
HSL52.5º58.54%83.92%-
HSV(B)52.5º20.17%93.33%-
XYZ73.4179.6160.21-
YUV229.01105.99134.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 190 (74.61% from 255) = 28.79%
R=36.06%
G=35.15%
B=28.79%

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
Decimal23823219000.030.200.0752.558.5483.92
HexEEE8BE03147343b54
Octal356350276032476473124
Binary111011101110100010111110011101001111101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8BE; }

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

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

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

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

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

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

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

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