#EDCAAE

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

Shades of Desert Sand #EDCAAE

Tints of Desert Sand #EDCAAE

Color information

#EDCAAE (or 0xEDCAAE) is unknown color: approx Desert Sand. HEX triplet: ED, CA and AE. RGB value is (237,202,174). Sum of RGB (Red+Green+Blue) = 237+202+174=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAAE is #123551. Grayscale: #D1D1D1. Windows color (decimal): -1193298 or 11455213. OLE color: 11455213.

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

Color convert

RGB237202174-
CMYK00.150.270.07
HSL26.67º63.64%80.59%-
HSV(B)26.67º26.58%92.94%-
XYZ63.6963.348.91-
YUV209.27108.1147.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=38.66%
G=32.95%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720217400.150.270.0726.6763.6480.59
HexEDCAAE0F1B71b4051
Octal35531225601733733100121
Binary11101101110010101010111001111110111111101110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAAE; }

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

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

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

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

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

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

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

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