Html Css Color HEX #EDC9B3 Desert Sand

📋 copy color: '#EDC9B3'

red 237 ◦ green 201 ◦ blue 179

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

Shades of Desert Sand #EDC9B3

Tints of Desert Sand #EDC9B3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.58%

 BLUE value IS 179 (70.31% from 255) = 29.01%

R = 38.41%
G = 32.58%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDC9B3 (or 0xEDC9B3) is known color: Desert Sand. HEX triplet: ED, C9 and B3. RGB value is (237,201,179). Sum of RGB (Red+Green+Blue) = 237+201+179=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9B3 is #12364C. Grayscale: #D1D1D1. Windows color (decimal): -1193549 or 11782637. OLE color: 11782637.

HSL color Cylindrical-coordinate representation of color #EDC9B3: hue angle of 22.76º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC9B3 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 179 -
CMYK 0 0.15 0.24 0.07
HSL 22.76º 0.62% 0.82% -
HSV(B) 22.76º 0.24% 0.93% -
XYZ 63.95 63.03 51.44 -
YUV 209.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 237 201 179 0 0.15 0.24 0.07 22.76 0.62 0.82
Hex ED C9 B3 0 F 18 7 17 3E 52
Octal 355 311 263 0 17 30 7 27 76 122
Binary 11101101 11001001 10110011 0 1111 11000 111 10111 111110 1010010

Color Harmonies of #EDC9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9B3

Black with #EDC9B3

Text Example


Text Example

White with #EDC9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9B3; }

 p { color: rgb(237,201,179); }

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

background-color css

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

 a { background-color: rgb(237,201,179); }

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

border-color css

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

 span { border-color: rgb(237,201,179); }

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