#EDCAAB

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

Shades of Desert Sand #EDCAAB

Tints of Desert Sand #EDCAAB

Color information

#EDCAAB (or 0xEDCAAB) is unknown color: approx Desert Sand. HEX triplet: ED, CA and AB. RGB value is (237,202,171). Sum of RGB (Red+Green+Blue) = 237+202+171=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAAB is #123554. Grayscale: #D1D1D1. Windows color (decimal): -1193301 or 11258605. OLE color: 11258605.

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

Color convert

RGB237202171-
CMYK00.150.280.07
HSL28.18º64.71%80%-
HSV(B)28.18º27.85%92.94%-
XYZ63.463.1947.38-
YUV208.93106.6148.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 171 (67.19% from 255) = 28.03%
R=38.85%
G=33.11%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720217100.150.280.0728.1864.7180
HexEDCAAB0F1C71c4150
Octal35531225301734734101120
Binary11101101110010101010101101111111001111110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAAB; }

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

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

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

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

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

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

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

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