Html Css Color HEX #EDC8AE Desert Sand

📋 copy color: '#EDC8AE'

red 237 ◦ green 200 ◦ blue 174

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

Shades of Desert Sand #EDC8AE

Tints of Desert Sand #EDC8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.48%

R = 38.79%
G = 32.73%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDC8AE (or 0xEDC8AE) is known color: Desert Sand. HEX triplet: ED, C8 and AE. RGB value is (237,200,174). Sum of RGB (Red+Green+Blue) = 237+200+174=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8AE is #123751. Grayscale: #D0D0D0. Windows color (decimal): -1193810 or 11454701. OLE color: 11454701.

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

Color convert

RGB 237 200 174 -
CMYK 0 0.16 0.27 0.07
HSL 24.76º 0.64% 0.81% -
HSV(B) 24.76º 0.27% 0.93% -
XYZ 63.22 62.37 48.75 -
YUV 208.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 237 200 174 0 0.16 0.27 0.07 24.76 0.64 0.81
Hex ED C8 AE 0 10 1B 7 19 40 51
Octal 355 310 256 0 20 33 7 31 100 121
Binary 11101101 11001000 10101110 0 10000 11011 111 11001 1000000 1010001

Color Harmonies of #EDC8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8AE

Black with #EDC8AE

Text Example


Text Example

White with #EDC8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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