Html Css Color HEX #EDCDAC Desert Sand

📋 copy color: '#EDCDAC'

red 237 ◦ green 205 ◦ blue 172

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

Shades of Desert Sand #EDCDAC

Tints of Desert Sand #EDCDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.39%

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

R = 38.6%
G = 33.39%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDCDAC (or 0xEDCDAC) is known color: Desert Sand. HEX triplet: ED, CD and AC. RGB value is (237,205,172). Sum of RGB (Red+Green+Blue) = 237+205+172=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDAC is #123253. Grayscale: #D2D2D2. Windows color (decimal): -1192532 or 11324909. OLE color: 11324909.

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

Color convert

RGB 237 205 172 -
CMYK 0 0.14 0.27 0.07
HSL 30.46º 0.64% 0.8% -
HSV(B) 30.46º 0.27% 0.93% -
XYZ 64.2 64.65 48.12 -
YUV 210.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 237 205 172 0 0.14 0.27 0.07 30.46 0.64 0.8
Hex ED CD AC 0 E 1B 7 1E 40 50
Octal 355 315 254 0 16 33 7 36 100 120
Binary 11101101 11001101 10101100 0 1110 11011 111 11110 1000000 1010000

Color Harmonies of #EDCDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDAC

Black with #EDCDAC

Text Example


Text Example

White with #EDCDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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