#EED0BE

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

Shades of Watusi #EED0BE

Tints of Watusi #EED0BE

Color information

#EED0BE (or 0xEED0BE) is unknown color: approx Watusi. HEX triplet: EE, D0 and BE. RGB value is (238,208,190). Sum of RGB (Red+Green+Blue) = 238+208+190=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0BE is #112F41. Grayscale: #D7D7D7. Windows color (decimal): -1126210 or 12505326. OLE color: 12505326.

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

Color convert

RGB238208190-
CMYK00.130.200.07
HSL22.5º58.54%83.92%-
HSV(B)22.5º20.17%93.33%-
XYZ67.1167.0158.11-
YUV214.92113.94144.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 208 (81.64% from 255) = 32.70%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=37.42%
G=32.70%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820819000.130.200.0722.558.5483.92
HexEED0BE0D147173b54
Octal3563202760152472773124
Binary1110111011010000101111100110110100111101111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0BE; }

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

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

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

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

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

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

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

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