Html Css Color HEX #EDCDB1 Desert Sand

📋 copy color: '#EDCDB1'

red 237 ◦ green 205 ◦ blue 177

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

Shades of Desert Sand #EDCDB1

Tints of Desert Sand #EDCDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.12%

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

R = 38.29%
G = 33.12%
B = 28.59%

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

#EDCDB1 (or 0xEDCDB1) is known color: Desert Sand. HEX triplet: ED, CD and B1. RGB value is (237,205,177). Sum of RGB (Red+Green+Blue) = 237+205+177=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDB1 is #12324E. Grayscale: #D3D3D3. Windows color (decimal): -1192527 or 11652589. OLE color: 11652589.

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

Color convert

RGB 237 205 177 -
CMYK 0 0.14 0.25 0.07
HSL 28º 0.63% 0.81% -
HSV(B) 28º 0.25% 0.93% -
XYZ 64.69 64.84 50.7 -
YUV 211.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 237 205 177 0 0.14 0.25 0.07 28 0.63 0.81
Hex ED CD B1 0 E 19 7 1C 3E 51
Octal 355 315 261 0 16 31 7 34 76 121
Binary 11101101 11001101 10110001 0 1110 11001 111 11100 111110 1010001

Color Harmonies of #EDCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDB1

Black with #EDCDB1

Text Example


Text Example

White with #EDCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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