Html Css Color HEX #EDC9AA Desert Sand

📋 copy color: '#EDC9AA'

red 237 ◦ green 201 ◦ blue 170

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

Shades of Desert Sand #EDC9AA

Tints of Desert Sand #EDC9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.06%

 BLUE value IS 170 (66.8% from 255) = 27.96%

R = 38.98%
G = 33.06%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDC9AA (or 0xEDC9AA) is known color: Desert Sand. HEX triplet: ED, C9 and AA. RGB value is (237,201,170). Sum of RGB (Red+Green+Blue) = 237+201+170=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9AA is #123655. Grayscale: #D0D0D0. Windows color (decimal): -1193558 or 11192813. OLE color: 11192813.

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

Color convert

RGB 237 201 170 -
CMYK 0 0.15 0.28 0.07
HSL 27.76º 0.65% 0.8% -
HSV(B) 27.76º 0.28% 0.93% -
XYZ 63.07 62.68 46.8 -
YUV 208.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 237 201 170 0 0.15 0.28 0.07 27.76 0.65 0.8
Hex ED C9 AA 0 F 1C 7 1C 41 50
Octal 355 311 252 0 17 34 7 34 101 120
Binary 11101101 11001001 10101010 0 1111 11100 111 11100 1000001 1010000

Color Harmonies of #EDC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9AA

Black with #EDC9AA

Text Example


Text Example

White with #EDC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9AA; }

 p { color: rgb(237,201,170); }

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

background-color css

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

 a { background-color: rgb(237,201,170); }

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

border-color css

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

 span { border-color: rgb(237,201,170); }

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