#EDCFB4

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

Shades of Desert Sand #EDCFB4

Tints of Desert Sand #EDCFB4

Color information

#EDCFB4 (or 0xEDCFB4) is unknown color: approx Desert Sand. HEX triplet: ED, CF and B4. RGB value is (237,207,180). Sum of RGB (Red+Green+Blue) = 237+207+180=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFB4 is #12304B. Grayscale: #D5D5D5. Windows color (decimal): -1192012 or 11849709. OLE color: 11849709.

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

Color convert

RGB237207180-
CMYK00.130.240.07
HSL28.42º61.29%81.76%-
HSV(B)28.42º24.05%92.94%-
XYZ65.4865.9352.45-
YUV212.89109.44145.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 180 (70.70% from 255) = 28.85%
R=37.98%
G=33.17%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720718000.130.240.0728.4261.2981.76
HexEDCFB40D1871c3d52
Octal3553172640153073475122
Binary1110110111001111101101000110111000111111001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFB4; }

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

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

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

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

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

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

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

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