Html Css Color HEX #EDC8AF Desert Sand

📋 copy color: '#EDC8AF'

red 237 ◦ green 200 ◦ blue 175

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

Shades of Desert Sand #EDC8AF

Tints of Desert Sand #EDC8AF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.68%

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

R = 38.73%
G = 32.68%
B = 28.59%

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

#EDC8AF (or 0xEDC8AF) is known color: Desert Sand. HEX triplet: ED, C8 and AF. RGB value is (237,200,175). Sum of RGB (Red+Green+Blue) = 237+200+175=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8AF is #123750. Grayscale: #D0D0D0. Windows color (decimal): -1193809 or 11520237. OLE color: 11520237.

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

Color convert

RGB 237 200 175 -
CMYK 0 0.16 0.26 0.07
HSL 24.19º 0.63% 0.81% -
HSV(B) 24.19º 0.26% 0.93% -
XYZ 63.32 62.41 49.27 -
YUV 208.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 237 200 175 0 0.16 0.26 0.07 24.19 0.63 0.81
Hex ED C8 AF 0 10 1A 7 18 3F 51
Octal 355 310 257 0 20 32 7 30 77 121
Binary 11101101 11001000 10101111 0 10000 11010 111 11000 111111 1010001

Color Harmonies of #EDC8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8AF

Black with #EDC8AF

Text Example


Text Example

White with #EDC8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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