#EDCAAA

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

Shades of Desert Sand #EDCAAA

Tints of Desert Sand #EDCAAA

Color information

#EDCAAA (or 0xEDCAAA) is unknown color: approx Desert Sand. HEX triplet: ED, CA and AA. RGB value is (237,202,170). Sum of RGB (Red+Green+Blue) = 237+202+170=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAAA is #123555. Grayscale: #D0D0D0. Windows color (decimal): -1193302 or 11193069. OLE color: 11193069.

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

Color convert

RGB237202170-
CMYK00.150.280.07
HSL28.66º65.05%79.8%-
HSV(B)28.66º28.27%92.94%-
XYZ63.363.1546.88-
YUV208.82106.1148.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=38.92%
G=33.17%
B=27.91%

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
Decimal23720217000.150.280.0728.6665.0579.8
HexEDCAAA0F1C71d4150
Octal35531225201734735101120
Binary11101101110010101010101001111111001111110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAAA; }

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

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

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

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

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

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

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

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