#EDC8AE

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

Shades of Desert Sand #EDC8AE

Tints of Desert Sand #EDC8AE

Color information

#EDC8AE (or 0xEDC8AE) is unknown color: approx Desert Sand. HEX triplet: ED, C8 and AE. RGB value is (237,200,174). Sum of RGB (Red+Green+Blue) = 237+200+174=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8AE is #123751. Grayscale: #D0D0D0. Windows color (decimal): -1193810 or 11454701. OLE color: 11454701.

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

Color convert

RGB237200174-
CMYK00.160.270.07
HSL24.76º63.64%80.59%-
HSV(B)24.76º26.58%92.94%-
XYZ63.2262.3748.75-
YUV208.1108.76148.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=38.79%
G=32.73%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720017400.160.270.0724.7663.6480.59
HexEDC8AE0101B7194051
Octal35531025602033731100121
Binary111011011100100010101110010000110111111100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8AE; }

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

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

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

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

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

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

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

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