#EED1BE

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

Shades of Watusi #EED1BE

Tints of Watusi #EED1BE

Color information

#EED1BE (or 0xEED1BE) is unknown color: approx Watusi. HEX triplet: EE, D1 and BE. RGB value is (238,209,190). Sum of RGB (Red+Green+Blue) = 238+209+190=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1BE is #112E41. Grayscale: #D7D7D7. Windows color (decimal): -1125954 or 12505582. OLE color: 12505582.

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

Color convert

RGB238209190-
CMYK00.120.200.07
HSL23.75º58.54%83.92%-
HSV(B)23.75º20.17%93.33%-
XYZ67.3567.558.19-
YUV215.5113.61144.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=37.36%
G=32.81%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820919000.120.200.0723.7558.5483.92
HexEED1BE0C147183b54
Octal3563212760142473073124
Binary1110111011010001101111100110010100111110001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1BE; }

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

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

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

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

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

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

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

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