Html Css Color HEX #EDCFB6 Desert Sand

📋 copy color: '#EDCFB6'

red 237 ◦ green 207 ◦ blue 182

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

Shades of Desert Sand #EDCFB6

Tints of Desert Sand #EDCFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.07%

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

R = 37.86%
G = 33.07%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDCFB6 (or 0xEDCFB6) is known color: Desert Sand. HEX triplet: ED, CF and B6. RGB value is (237,207,182). Sum of RGB (Red+Green+Blue) = 237+207+182=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFB6 is #123049. Grayscale: #D5D5D5. Windows color (decimal): -1192010 or 11980781. OLE color: 11980781.

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

Color convert

RGB 237 207 182 -
CMYK 0 0.13 0.23 0.07
HSL 27.27º 0.6% 0.82% -
HSV(B) 27.27º 0.23% 0.93% -
XYZ 65.68 66.01 53.53 -
YUV 213.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 237 207 182 0 0.13 0.23 0.07 27.27 0.6 0.82
Hex ED CF B6 0 D 17 7 1B 3C 52
Octal 355 317 266 0 15 27 7 33 74 122
Binary 11101101 11001111 10110110 0 1101 10111 111 11011 111100 1010010

Color Harmonies of #EDCFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFB6

Black with #EDCFB6

Text Example


Text Example

White with #EDCFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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