#EEEABD

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

Shades of Half And Half #EEEABD

Tints of Half And Half #EEEABD

Color information

#EEEABD (or 0xEEEABD) is unknown color: approx Half And Half. HEX triplet: EE, EA and BD. RGB value is (238,234,189). Sum of RGB (Red+Green+Blue) = 238+234+189=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEABD is #111542. Grayscale: #E6E6E6. Windows color (decimal): -1119555 or 12446446. OLE color: 12446446.

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

Color convert

RGB238234189-
CMYK00.020.210.07
HSL55.1º59.04%83.73%-
HSV(B)55.1º20.59%93.33%-
XYZ73.8780.759.83-
YUV230.07104.83133.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 189 (74.22% from 255) = 28.59%
R=36.01%
G=35.40%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823418900.020.210.0755.159.0483.73
HexEEEABD02157373b54
Octal356352275022576773124
Binary111011101110101010111101010101011111101111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEABD; }

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

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

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

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

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

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

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

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