Html Css Color HEX #EDCDB0 Desert Sand

📋 copy color: '#EDCDB0'

red 237 ◦ green 205 ◦ blue 176

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

Shades of Desert Sand #EDCDB0

Tints of Desert Sand #EDCDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.48%

R = 38.35%
G = 33.17%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDCDB0 (or 0xEDCDB0) is known color: Desert Sand. HEX triplet: ED, CD and B0. RGB value is (237,205,176). Sum of RGB (Red+Green+Blue) = 237+205+176=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDB0 is #12324F. Grayscale: #D3D3D3. Windows color (decimal): -1192528 or 11587053. OLE color: 11587053.

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

Color convert

RGB 237 205 176 -
CMYK 0 0.14 0.26 0.07
HSL 28.52º 0.63% 0.81% -
HSV(B) 28.52º 0.26% 0.93% -
XYZ 64.59 64.8 50.18 -
YUV 211.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 237 205 176 0 0.14 0.26 0.07 28.52 0.63 0.81
Hex ED CD B0 0 E 1A 7 1D 3F 51
Octal 355 315 260 0 16 32 7 35 77 121
Binary 11101101 11001101 10110000 0 1110 11010 111 11101 111111 1010001

Color Harmonies of #EDCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDB0

Black with #EDCDB0

Text Example


Text Example

White with #EDCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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