#EDCBAB

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

Shades of Desert Sand #EDCBAB

Tints of Desert Sand #EDCBAB

Color information

#EDCBAB (or 0xEDCBAB) is unknown color: approx Desert Sand. HEX triplet: ED, CB and AB. RGB value is (237,203,171). Sum of RGB (Red+Green+Blue) = 237+203+171=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBAB is #123454. Grayscale: #D1D1D1. Windows color (decimal): -1193045 or 11258861. OLE color: 11258861.

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

Color convert

RGB237203171-
CMYK00.140.280.07
HSL29.09º64.71%80%-
HSV(B)29.09º27.85%92.94%-
XYZ63.6363.6647.46-
YUV209.52106.26147.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=38.79%
G=33.22%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720317100.140.280.0729.0964.7180
HexEDCBAB0E1C71d4150
Octal35531325301634735101120
Binary11101101110010111010101101110111001111110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBAB; }

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

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

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

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

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

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

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

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