#EDCAB1

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

Shades of Desert Sand #EDCAB1

Tints of Desert Sand #EDCAB1

Color information

#EDCAB1 (or 0xEDCAB1) is unknown color: approx Desert Sand. HEX triplet: ED, CA and B1. RGB value is (237,202,177). Sum of RGB (Red+Green+Blue) = 237+202+177=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAB1 is #12354E. Grayscale: #D1D1D1. Windows color (decimal): -1193295 or 11651821. OLE color: 11651821.

HSL color Cylindrical-coordinate representation of color #EDCAB1: hue angle of 25º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDCAB1 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237202177-
CMYK00.150.250.07
HSL25º62.5%81.18%-
HSV(B)25º25.32%92.94%-
XYZ63.9863.4250.46-
YUV209.62109.6147.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 177 (69.53% from 255) = 28.73%
R=38.47%
G=32.79%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720217700.150.250.072562.581.18
HexEDCAB10F197193e51
Octal3553122610173173176121
Binary1110110111001010101100010111111001111110011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAB1; }

 p { color: rgb(237,202,177); }

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

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

 a { background-color: rgb(237,202,177); }

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

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

 span { border-color: rgb(237,202,177); }

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