#EDCAB6

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

Shades of Watusi #EDCAB6

Tints of Watusi #EDCAB6

Color information

#EDCAB6 (or 0xEDCAB6) is unknown color: approx Watusi. HEX triplet: ED, CA and B6. RGB value is (237,202,182). Sum of RGB (Red+Green+Blue) = 237+202+182=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAB6 is #123549. Grayscale: #D2D2D2. Windows color (decimal): -1193290 or 11979501. OLE color: 11979501.

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

Color convert

RGB237202182-
CMYK00.150.230.07
HSL21.82º60.44%82.16%-
HSV(B)21.82º23.21%92.94%-
XYZ64.4963.6253.14-
YUV210.18112.1147.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=38.16%
G=32.53%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720218200.150.230.0721.8260.4482.16
HexEDCAB60F177163c52
Octal3553122660172772674122
Binary1110110111001010101101100111110111111101101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAB6; }

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

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

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

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

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

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

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

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