Html Css Color HEX #EDCCB6 Desert Sand

📋 copy color: '#EDCCB6'

red 237 ◦ green 204 ◦ blue 182

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

Shades of Desert Sand #EDCCB6

Tints of Desert Sand #EDCCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.21%

R = 38.04%
G = 32.74%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDCCB6 (or 0xEDCCB6) is known color: Desert Sand. HEX triplet: ED, CC and B6. RGB value is (237,204,182). Sum of RGB (Red+Green+Blue) = 237+204+182=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCB6 is #123349. Grayscale: #D3D3D3. Windows color (decimal): -1192778 or 11980013. OLE color: 11980013.

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

Color convert

RGB 237 204 182 -
CMYK 0 0.14 0.23 0.07
HSL 24º 0.6% 0.82% -
HSV(B) 24º 0.23% 0.93% -
XYZ 64.96 64.57 53.29 -
YUV 211.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 237 204 182 0 0.14 0.23 0.07 24 0.6 0.82
Hex ED CC B6 0 E 17 7 18 3C 52
Octal 355 314 266 0 16 27 7 30 74 122
Binary 11101101 11001100 10110110 0 1110 10111 111 11000 111100 1010010

Color Harmonies of #EDCCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCB6

Black with #EDCCB6

Text Example


Text Example

White with #EDCCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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