Html Css Color HEX #EDCBAC Desert Sand

📋 copy color: '#EDCBAC'

red 237 ◦ green 203 ◦ blue 172

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

Shades of Desert Sand #EDCBAC

Tints of Desert Sand #EDCBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.17%

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

R = 38.73%
G = 33.17%
B = 28.1%

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

#EDCBAC (or 0xEDCBAC) is known color: Desert Sand. HEX triplet: ED, CB and AC. RGB value is (237,203,172). Sum of RGB (Red+Green+Blue) = 237+203+172=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBAC is #123453. Grayscale: #D1D1D1. Windows color (decimal): -1193044 or 11324397. OLE color: 11324397.

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

Color convert

RGB 237 203 172 -
CMYK 0 0.14 0.27 0.07
HSL 28.62º 0.64% 0.8% -
HSV(B) 28.62º 0.27% 0.93% -
XYZ 63.73 63.69 47.97 -
YUV 209.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 237 203 172 0 0.14 0.27 0.07 28.62 0.64 0.8
Hex ED CB AC 0 E 1B 7 1D 40 50
Octal 355 313 254 0 16 33 7 35 100 120
Binary 11101101 11001011 10101100 0 1110 11011 111 11101 1000000 1010000

Color Harmonies of #EDCBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBAC

Black with #EDCBAC

Text Example


Text Example

White with #EDCBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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