#EDCCB7

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

Shades of Watusi #EDCCB7

Tints of Watusi #EDCCB7

Color information

#EDCCB7 (or 0xEDCCB7) is unknown color: approx Watusi. HEX triplet: ED, CC and B7. RGB value is (237,204,183). Sum of RGB (Red+Green+Blue) = 237+204+183=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCB7 is #123348. Grayscale: #D3D3D3. Windows color (decimal): -1192777 or 12045549. OLE color: 12045549.

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

Color convert

RGB237204183-
CMYK00.140.230.07
HSL23.33º60%82.35%-
HSV(B)23.33º22.78%92.94%-
XYZ65.0764.6153.84-
YUV211.47111.93146.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 183 (71.88% from 255) = 29.33%
R=37.98%
G=32.69%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720418300.140.230.0723.336082.35
HexEDCCB70E177173c52
Octal3553142670162772774122
Binary1110110111001100101101110111010111111101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCB7; }

 p { color: rgb(237,204,183); }

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

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

 a { background-color: rgb(237,204,183); }

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

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

 span { border-color: rgb(237,204,183); }

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