Html Css Color HEX #EDCEB1 Desert Sand

📋 copy color: '#EDCEB1'

red 237 ◦ green 206 ◦ blue 177

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

Shades of Desert Sand #EDCEB1

Tints of Desert Sand #EDCEB1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.23%

 BLUE value IS 177 (69.53% from 255) = 28.55%

R = 38.23%
G = 33.23%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDCEB1 (or 0xEDCEB1) is known color: Desert Sand. HEX triplet: ED, CE and B1. RGB value is (237,206,177). Sum of RGB (Red+Green+Blue) = 237+206+177=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEB1 is #12314E. Grayscale: #D4D4D4. Windows color (decimal): -1192271 or 11652845. OLE color: 11652845.

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

Color convert

RGB 237 206 177 -
CMYK 0 0.13 0.25 0.07
HSL 29º 0.63% 0.81% -
HSV(B) 29º 0.25% 0.93% -
XYZ 64.93 65.32 50.78 -
YUV 211.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 237 206 177 0 0.13 0.25 0.07 29 0.63 0.81
Hex ED CE B1 0 D 19 7 1D 3E 51
Octal 355 316 261 0 15 31 7 35 76 121
Binary 11101101 11001110 10110001 0 1101 11001 111 11101 111110 1010001

Color Harmonies of #EDCEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEB1

Black with #EDCEB1

Text Example


Text Example

White with #EDCEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEB1; }

 p { color: rgb(237,206,177); }

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

background-color css

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

 a { background-color: rgb(237,206,177); }

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

border-color css

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

 span { border-color: rgb(237,206,177); }

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