Html Css Color HEX #EDCEB7 Desert Sand

📋 copy color: '#EDCEB7'

red 237 ◦ green 206 ◦ blue 183

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

Shades of Desert Sand #EDCEB7

Tints of Desert Sand #EDCEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.23%

R = 37.86%
G = 32.91%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDCEB7 (or 0xEDCEB7) is known color: Desert Sand. HEX triplet: ED, CE and B7. RGB value is (237,206,183). Sum of RGB (Red+Green+Blue) = 237+206+183=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEB7 is #123148. Grayscale: #D4D4D4. Windows color (decimal): -1192265 or 12046061. OLE color: 12046061.

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

Color convert

RGB 237 206 183 -
CMYK 0 0.13 0.23 0.07
HSL 25.56º 0.6% 0.82% -
HSV(B) 25.56º 0.23% 0.93% -
XYZ 65.54 65.57 54 -
YUV 212.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 237 206 183 0 0.13 0.23 0.07 25.56 0.6 0.82
Hex ED CE B7 0 D 17 7 1A 3C 52
Octal 355 316 267 0 15 27 7 32 74 122
Binary 11101101 11001110 10110111 0 1101 10111 111 11010 111100 1010010

Color Harmonies of #EDCEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEB7

Black with #EDCEB7

Text Example


Text Example

White with #EDCEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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