#EDCFBA

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

Shades of Watusi #EDCFBA

Tints of Watusi #EDCFBA

Color information

#EDCFBA (or 0xEDCFBA) is unknown color: approx Watusi. HEX triplet: ED, CF and BA. RGB value is (237,207,186). Sum of RGB (Red+Green+Blue) = 237+207+186=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFBA is #123045. Grayscale: #D5D5D5. Windows color (decimal): -1192006 or 12242925. OLE color: 12242925.

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

Color convert

RGB237207186-
CMYK00.130.220.07
HSL24.71º58.62%82.94%-
HSV(B)24.71º21.52%92.94%-
XYZ66.166.1855.74-
YUV213.58112.44144.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=37.62%
G=32.86%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720718600.130.220.0724.7158.6282.94
HexEDCFBA0D167193b53
Octal3553172720152673173123
Binary1110110111001111101110100110110110111110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFBA; }

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

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

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

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

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

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

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

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