#EDCBB8

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

Shades of Watusi #EDCBB8

Tints of Watusi #EDCBB8

Color information

#EDCBB8 (or 0xEDCBB8) is unknown color: approx Watusi. HEX triplet: ED, CB and B8. RGB value is (237,203,184). Sum of RGB (Red+Green+Blue) = 237+203+184=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBB8 is #123447. Grayscale: #D3D3D3. Windows color (decimal): -1193032 or 12110829. OLE color: 12110829.

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

Color convert

RGB237203184-
CMYK00.140.220.07
HSL21.51º59.55%82.55%-
HSV(B)21.51º22.36%92.94%-
XYZ64.9364.1854.31-
YUV211112.76146.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 184 (72.27% from 255) = 29.49%
R=37.98%
G=32.53%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720318400.140.220.0721.5159.5582.55
HexEDCBB80E167163c53
Octal3553132700162672674123
Binary1110110111001011101110000111010110111101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBB8; }

 p { color: rgb(237,203,184); }

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

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

 a { background-color: rgb(237,203,184); }

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

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

 span { border-color: rgb(237,203,184); }

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