Html Css Color HEX #EDC9AF Desert Sand

📋 copy color: '#EDC9AF'

red 237 ◦ green 201 ◦ blue 175

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

Shades of Desert Sand #EDC9AF

Tints of Desert Sand #EDC9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 38.66%
G = 32.79%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDC9AF (or 0xEDC9AF) is known color: Desert Sand. HEX triplet: ED, C9 and AF. RGB value is (237,201,175). Sum of RGB (Red+Green+Blue) = 237+201+175=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9AF is #123650. Grayscale: #D0D0D0. Windows color (decimal): -1193553 or 11520493. OLE color: 11520493.

HSL color Cylindrical-coordinate representation of color #EDC9AF: hue angle of 25.16º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDC9AF is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 175 -
CMYK 0 0.15 0.26 0.07
HSL 25.16º 0.63% 0.81% -
HSV(B) 25.16º 0.26% 0.93% -
XYZ 63.55 62.87 49.34 -
YUV 208.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 237 201 175 0 0.15 0.26 0.07 25.16 0.63 0.81
Hex ED C9 AF 0 F 1A 7 19 3F 51
Octal 355 311 257 0 17 32 7 31 77 121
Binary 11101101 11001001 10101111 0 1111 11010 111 11001 111111 1010001

Color Harmonies of #EDC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9AF

Black with #EDC9AF

Text Example


Text Example

White with #EDC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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