#EDC8B6

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

Shades of Watusi #EDC8B6

Tints of Watusi #EDC8B6

Color information

#EDC8B6 (or 0xEDC8B6) is unknown color: approx Watusi. HEX triplet: ED, C8 and B6. RGB value is (237,200,182). Sum of RGB (Red+Green+Blue) = 237+200+182=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8B6 is #123749. Grayscale: #D1D1D1. Windows color (decimal): -1193802 or 11978989. OLE color: 11978989.

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

Color convert

RGB237200182-
CMYK00.160.230.07
HSL19.64º60.44%82.16%-
HSV(B)19.64º23.21%92.94%-
XYZ64.0262.6952.98-
YUV209.01112.76147.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 182 (71.48% from 255) = 29.40%
R=38.29%
G=32.31%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720018200.160.230.0719.6460.4482.16
HexEDC8B6010177143c52
Octal3553102660202772474122
Binary11101101110010001011011001000010111111101001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8B6; }

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

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

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

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

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

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

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

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