#EDCFB9

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

Shades of Watusi #EDCFB9

Tints of Watusi #EDCFB9

Color information

#EDCFB9 (or 0xEDCFB9) is unknown color: approx Watusi. HEX triplet: ED, CF and B9. RGB value is (237,207,185). Sum of RGB (Red+Green+Blue) = 237+207+185=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFB9 is #123046. Grayscale: #D5D5D5. Windows color (decimal): -1192007 or 12177389. OLE color: 12177389.

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

Color convert

RGB237207185-
CMYK00.130.220.07
HSL25.38º59.09%82.75%-
HSV(B)25.38º21.94%92.94%-
XYZ65.9966.1355.19-
YUV213.46111.94144.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 185 (72.66% from 255) = 29.41%
R=37.68%
G=32.91%
B=29.41%

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
Decimal23720718500.130.220.0725.3859.0982.75
HexEDCFB90D167193b53
Octal3553172710152673173123
Binary1110110111001111101110010110110110111110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFB9; }

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

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

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

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

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

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

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

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