#EED0BB

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

Shades of Watusi #EED0BB

Tints of Watusi #EED0BB

Color information

#EED0BB (or 0xEED0BB) is unknown color: approx Watusi. HEX triplet: EE, D0 and BB. RGB value is (238,208,187). Sum of RGB (Red+Green+Blue) = 238+208+187=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0BB is #112F44. Grayscale: #D6D6D6. Windows color (decimal): -1126213 or 12308718. OLE color: 12308718.

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

Color convert

RGB238208187-
CMYK00.130.210.07
HSL24.71º60%83.33%-
HSV(B)24.71º21.43%93.33%-
XYZ66.7966.8856.4-
YUV214.58112.44144.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=37.60%
G=32.86%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820818700.130.210.0724.716083.33
HexEED0BB0D157193c53
Octal3563202730152573174123
Binary1110111011010000101110110110110101111110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0BB; }

 p { color: rgb(238,208,187); }

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

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

 a { background-color: rgb(238,208,187); }

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

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

 span { border-color: rgb(238,208,187); }

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