Html Css Color HEX #EDC7AF Desert Sand

📋 copy color: '#EDC7AF'

red 237 ◦ green 199 ◦ blue 175

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

Shades of Desert Sand #EDC7AF

Tints of Desert Sand #EDC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.57%

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

R = 38.79%
G = 32.57%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDC7AF (or 0xEDC7AF) is known color: Desert Sand. HEX triplet: ED, C7 and AF. RGB value is (237,199,175). Sum of RGB (Red+Green+Blue) = 237+199+175=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC7AF is #123850. Grayscale: #CFCFCF. Windows color (decimal): -1194065 or 11519981. OLE color: 11519981.

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

Color convert

RGB 237 199 175 -
CMYK 0 0.16 0.26 0.07
HSL 23.23º 0.63% 0.81% -
HSV(B) 23.23º 0.26% 0.93% -
XYZ 63.09 61.95 49.19 -
YUV 207.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 237 199 175 0 0.16 0.26 0.07 23.23 0.63 0.81
Hex ED C7 AF 0 10 1A 7 17 3F 51
Octal 355 307 257 0 20 32 7 27 77 121
Binary 11101101 11000111 10101111 0 10000 11010 111 10111 111111 1010001

Color Harmonies of #EDC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7AF

Black with #EDC7AF

Text Example


Text Example

White with #EDC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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