Html Css Color HEX #EDCCB1 Desert Sand

📋 copy color: '#EDCCB1'

red 237 ◦ green 204 ◦ blue 177

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

Shades of Desert Sand #EDCCB1

Tints of Desert Sand #EDCCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.01%

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

R = 38.35%
G = 33.01%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDCCB1 (or 0xEDCCB1) is known color: Desert Sand. HEX triplet: ED, CC and B1. RGB value is (237,204,177). Sum of RGB (Red+Green+Blue) = 237+204+177=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCB1 is #12334E. Grayscale: #D2D2D2. Windows color (decimal): -1192783 or 11652333. OLE color: 11652333.

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

Color convert

RGB 237 204 177 -
CMYK 0 0.14 0.25 0.07
HSL 27º 0.63% 0.81% -
HSV(B) 27º 0.25% 0.93% -
XYZ 64.45 64.36 50.62 -
YUV 210.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 237 204 177 0 0.14 0.25 0.07 27 0.63 0.81
Hex ED CC B1 0 E 19 7 1B 3E 51
Octal 355 314 261 0 16 31 7 33 76 121
Binary 11101101 11001100 10110001 0 1110 11001 111 11011 111110 1010001

Color Harmonies of #EDCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCB1

Black with #EDCCB1

Text Example


Text Example

White with #EDCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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