Html Css Color HEX #EDCEAD Desert Sand

📋 copy color: '#EDCEAD'

red 237 ◦ green 206 ◦ blue 173

#EDCEAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #EDCEAD

Tints of Desert Sand #EDCEAD

RGB

 RED value IS 237 (92.97% from 255) = 38.47%

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 173 (67.97% from 255) = 28.08%

R = 38.47%
G = 33.44%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDCEAD (or 0xEDCEAD) is known color: Desert Sand. HEX triplet: ED, CE and AD. RGB value is (237,206,173). Sum of RGB (Red+Green+Blue) = 237+206+173=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEAD is #123152. Grayscale: #D3D3D3. Windows color (decimal): -1192275 or 11390701. OLE color: 11390701.

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

Color convert

RGB 237 206 173 -
CMYK 0 0.13 0.27 0.07
HSL 30.94º 0.64% 0.8% -
HSV(B) 30.94º 0.27% 0.93% -
XYZ 64.54 65.16 48.71 -
YUV 211.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 237 206 173 0 0.13 0.27 0.07 30.94 0.64 0.8
Hex ED CE AD 0 D 1B 7 1F 40 50
Octal 355 316 255 0 15 33 7 37 100 120
Binary 11101101 11001110 10101101 0 1101 11011 111 11111 1000000 1010000

Color Harmonies of #EDCEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEAD

Black with #EDCEAD

Text Example


Text Example

White with #EDCEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEAD; }

 p { color: rgb(237,206,173); }

 H1.HeaderClassName
 {
   color: #EDCEAD;
 }
 .AnyTagClassName
 {
   color: #EDCEAD;
 }
</style>

background-color css

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

 a { background-color: rgb(237,206,173); }

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

border-color css

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

 span { border-color: rgb(237,206,173); }

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