#EDCFBF

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

Shades of Watusi #EDCFBF

Tints of Watusi #EDCFBF

Color information

#EDCFBF (or 0xEDCFBF) is unknown color: approx Watusi. HEX triplet: ED, CF and BF. RGB value is (237,207,191). Sum of RGB (Red+Green+Blue) = 237+207+191=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFBF is #123040. Grayscale: #D6D6D6. Windows color (decimal): -1192001 or 12570605. OLE color: 12570605.

HSL color Cylindrical-coordinate representation of color #EDCFBF: hue angle of 20.87º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCFBF is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237207191-
CMYK00.130.190.07
HSL20.87º56.1%83.92%-
HSV(B)20.87º19.41%92.94%-
XYZ66.6466.3958.59-
YUV214.15114.94144.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 191 (75% from 255) = 30.08%
R=37.32%
G=32.60%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720719100.130.190.0720.8756.183.92
HexEDCFBF0D137153854
Octal3553172770152372570124
Binary1110110111001111101111110110110011111101011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFBF; }

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

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

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

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

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

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

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

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