Html Css Color HEX #EDC9AC Desert Sand

📋 copy color: '#EDC9AC'

red 237 ◦ green 201 ◦ blue 172

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

Shades of Desert Sand #EDC9AC

Tints of Desert Sand #EDC9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.2%

R = 38.85%
G = 32.95%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDC9AC (or 0xEDC9AC) is known color: Desert Sand. HEX triplet: ED, C9 and AC. RGB value is (237,201,172). Sum of RGB (Red+Green+Blue) = 237+201+172=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9AC is #123653. Grayscale: #D0D0D0. Windows color (decimal): -1193556 or 11323885. OLE color: 11323885.

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

Color convert

RGB 237 201 172 -
CMYK 0 0.15 0.27 0.07
HSL 26.77º 0.64% 0.8% -
HSV(B) 26.77º 0.27% 0.93% -
XYZ 63.26 62.76 47.81 -
YUV 208.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 237 201 172 0 0.15 0.27 0.07 26.77 0.64 0.8
Hex ED C9 AC 0 F 1B 7 1B 40 50
Octal 355 311 254 0 17 33 7 33 100 120
Binary 11101101 11001001 10101100 0 1111 11011 111 11011 1000000 1010000

Color Harmonies of #EDC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9AC

Black with #EDC9AC

Text Example


Text Example

White with #EDC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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