Html Css Color HEX #EDCBB1 Desert Sand

📋 copy color: '#EDCBB1'

red 237 ◦ green 203 ◦ blue 177

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

Shades of Desert Sand #EDCBB1

Tints of Desert Sand #EDCBB1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.9%

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

R = 38.41%
G = 32.9%
B = 28.69%

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

#EDCBB1 (or 0xEDCBB1) is known color: Desert Sand. HEX triplet: ED, CB and B1. RGB value is (237,203,177). Sum of RGB (Red+Green+Blue) = 237+203+177=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBB1 is #12344E. Grayscale: #D2D2D2. Windows color (decimal): -1193039 or 11652077. OLE color: 11652077.

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

Color convert

RGB 237 203 177 -
CMYK 0 0.14 0.25 0.07
HSL 26º 0.63% 0.81% -
HSV(B) 26º 0.25% 0.93% -
XYZ 64.22 63.89 50.54 -
YUV 210.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 237 203 177 0 0.14 0.25 0.07 26 0.63 0.81
Hex ED CB B1 0 E 19 7 1A 3E 51
Octal 355 313 261 0 16 31 7 32 76 121
Binary 11101101 11001011 10110001 0 1110 11001 111 11010 111110 1010001

Color Harmonies of #EDCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBB1

Black with #EDCBB1

Text Example


Text Example

White with #EDCBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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