#EDC8BB

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

Shades of Watusi #EDC8BB

Tints of Watusi #EDC8BB

Color information

#EDC8BB (or 0xEDC8BB) is unknown color: approx Watusi. HEX triplet: ED, C8 and BB. RGB value is (237,200,187). Sum of RGB (Red+Green+Blue) = 237+200+187=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8BB is #123744. Grayscale: #D1D1D1. Windows color (decimal): -1193797 or 12306669. OLE color: 12306669.

HSL color Cylindrical-coordinate representation of color #EDC8BB: hue angle of 15.6º degrees, saturation: 0.58, 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 #EDC8BB is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237200187-
CMYK00.160.210.07
HSL15.6º58.14%83.14%-
HSV(B)15.6º21.1%92.94%-
XYZ64.5562.955.75-
YUV209.58115.26147.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=37.98%
G=32.05%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720018700.160.210.0715.658.1483.14
HexEDC8BB010157103a53
Octal3553102730202572072123
Binary11101101110010001011101101000010101111100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8BB; }

 p { color: rgb(237,200,187); }

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

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

 a { background-color: rgb(237,200,187); }

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

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

 span { border-color: rgb(237,200,187); }

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