#EDC7BA

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

Shades of Watusi #EDC7BA

Tints of Watusi #EDC7BA

Color information

#EDC7BA (or 0xEDC7BA) is unknown color: approx Watusi. HEX triplet: ED, C7 and BA. RGB value is (237,199,186). Sum of RGB (Red+Green+Blue) = 237+199+186=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7BA is #123845. Grayscale: #D0D0D0. Windows color (decimal): -1194054 or 12240877. OLE color: 12240877.

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

Color convert

RGB237199186-
CMYK00.160.220.07
HSL15.29º58.62%82.94%-
HSV(B)15.29º21.52%92.94%-
XYZ64.2162.455.11-
YUV208.88115.09148.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 199 (78.12% from 255) = 31.99%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=38.10%
G=31.99%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719918600.160.220.0715.2958.6282.94
HexEDC7BA010167f3b53
Octal3553072720202671773123
Binary1110110111000111101110100100001011011111111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC7BA; }

 p { color: rgb(237,199,186); }

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

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

 a { background-color: rgb(237,199,186); }

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

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

 span { border-color: rgb(237,199,186); }

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