Html Css Color HEX #EDC9B5 Desert Sand

📋 copy color: '#EDC9B5'

red 237 ◦ green 201 ◦ blue 181

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

Shades of Desert Sand #EDC9B5

Tints of Desert Sand #EDC9B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.24%

R = 38.29%
G = 32.47%
B = 29.24%

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

#EDC9B5 (or 0xEDC9B5) is known color: Desert Sand. HEX triplet: ED, C9 and B5. RGB value is (237,201,181). Sum of RGB (Red+Green+Blue) = 237+201+181=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9B5 is #12364A. Grayscale: #D1D1D1. Windows color (decimal): -1193547 or 11913709. OLE color: 11913709.

HSL color Cylindrical-coordinate representation of color #EDC9B5: hue angle of 21.43º degrees, saturation: 0.61, 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 #EDC9B5 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 181 -
CMYK 0 0.15 0.24 0.07
HSL 21.43º 0.61% 0.82% -
HSV(B) 21.43º 0.24% 0.93% -
XYZ 64.15 63.11 52.52 -
YUV 209.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 237 201 181 0 0.15 0.24 0.07 21.43 0.61 0.82
Hex ED C9 B5 0 F 18 7 15 3D 52
Octal 355 311 265 0 17 30 7 25 75 122
Binary 11101101 11001001 10110101 0 1111 11000 111 10101 111101 1010010

Color Harmonies of #EDC9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9B5

Black with #EDC9B5

Text Example


Text Example

White with #EDC9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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