Html Css Color HEX #EDCAAB Desert Sand

📋 copy color: '#EDCAAB'

red 237 ◦ green 202 ◦ blue 171

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

Shades of Desert Sand #EDCAAB

Tints of Desert Sand #EDCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.11%

 BLUE value IS 171 (67.19% from 255) = 28.03%

R = 38.85%
G = 33.11%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDCAAB (or 0xEDCAAB) is known color: Desert Sand. HEX triplet: ED, CA and AB. RGB value is (237,202,171). Sum of RGB (Red+Green+Blue) = 237+202+171=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAAB is #123554. Grayscale: #D1D1D1. Windows color (decimal): -1193301 or 11258605. OLE color: 11258605.

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

Color convert

RGB 237 202 171 -
CMYK 0 0.15 0.28 0.07
HSL 28.18º 0.65% 0.8% -
HSV(B) 28.18º 0.28% 0.93% -
XYZ 63.4 63.19 47.38 -
YUV 208.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 237 202 171 0 0.15 0.28 0.07 28.18 0.65 0.8
Hex ED CA AB 0 F 1C 7 1C 41 50
Octal 355 312 253 0 17 34 7 34 101 120
Binary 11101101 11001010 10101011 0 1111 11100 111 11100 1000001 1010000

Color Harmonies of #EDCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAAB

Black with #EDCAAB

Text Example


Text Example

White with #EDCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAAB; }

 p { color: rgb(237,202,171); }

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

background-color css

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

 a { background-color: rgb(237,202,171); }

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

border-color css

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

 span { border-color: rgb(237,202,171); }

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