#EDCDAE

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

Shades of Desert Sand #EDCDAE

Tints of Desert Sand #EDCDAE

Color information

#EDCDAE (or 0xEDCDAE) is unknown color: approx Desert Sand. HEX triplet: ED, CD and AE. RGB value is (237,205,174). Sum of RGB (Red+Green+Blue) = 237+205+174=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDAE is #123251. Grayscale: #D3D3D3. Windows color (decimal): -1192530 or 11455981. OLE color: 11455981.

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

Color convert

RGB237205174-
CMYK00.140.270.07
HSL29.52º63.64%80.59%-
HSV(B)29.52º26.58%92.94%-
XYZ64.464.7249.14-
YUV211.03107.1146.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=38.47%
G=33.28%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720517400.140.270.0729.5263.6480.59
HexEDCDAE0E1B71e4051
Octal35531525601633736100121
Binary11101101110011011010111001110110111111111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDAE; }

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

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

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

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

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

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

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

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