#EEEABE

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

Shades of Half And Half #EEEABE

Tints of Half And Half #EEEABE

Color information

#EEEABE (or 0xEEEABE) is unknown color: approx Half And Half. HEX triplet: EE, EA and BE. RGB value is (238,234,190). Sum of RGB (Red+Green+Blue) = 238+234+190=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEABE is #111541. Grayscale: #E6E6E6. Windows color (decimal): -1119554 or 12511982. OLE color: 12511982.

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

Color convert

RGB238234190-
CMYK00.020.200.07
HSL55º58.54%83.92%-
HSV(B)55º20.17%93.33%-
XYZ73.9880.7460.4-
YUV230.18105.33133.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 190 (74.61% from 255) = 28.70%
R=35.95%
G=35.35%
B=28.70%

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
Decimal23823419000.020.200.075558.5483.92
HexEEEABE02147373b54
Octal356352276022476773124
Binary111011101110101010111110010101001111101111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEABE; }

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

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

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

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

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

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

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

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