Html Css Color HEX #EDC9B4 Desert Sand

📋 copy color: '#EDC9B4'

red 237 ◦ green 201 ◦ blue 180

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

Shades of Desert Sand #EDC9B4

Tints of Desert Sand #EDC9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.13%

R = 38.35%
G = 32.52%
B = 29.13%

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

#EDC9B4 (or 0xEDC9B4) is known color: Desert Sand. HEX triplet: ED, C9 and B4. RGB value is (237,201,180). Sum of RGB (Red+Green+Blue) = 237+201+180=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9B4 is #12364B. Grayscale: #D1D1D1. Windows color (decimal): -1193548 or 11848173. OLE color: 11848173.

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

Color convert

RGB 237 201 180 -
CMYK 0 0.15 0.24 0.07
HSL 22.11º 0.61% 0.82% -
HSV(B) 22.11º 0.24% 0.93% -
XYZ 64.05 63.07 51.98 -
YUV 209.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 237 201 180 0 0.15 0.24 0.07 22.11 0.61 0.82
Hex ED C9 B4 0 F 18 7 16 3D 52
Octal 355 311 264 0 17 30 7 26 75 122
Binary 11101101 11001001 10110100 0 1111 11000 111 10110 111101 1010010

Color Harmonies of #EDC9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9B4

Black with #EDC9B4

Text Example


Text Example

White with #EDC9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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