Html Css Color HEX #EDC6BE Dust Storm

📋 copy color: '#EDC6BE'

red 237 ◦ green 198 ◦ blue 190

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

Shades of Dust Storm #EDC6BE

Tints of Dust Storm #EDC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.68%

 BLUE value IS 190 (74.61% from 255) = 30.4%

R = 37.92%
G = 31.68%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDC6BE (or 0xEDC6BE) is known color: Dust Storm. HEX triplet: ED, C6 and BE. RGB value is (237,198,190). Sum of RGB (Red+Green+Blue) = 237+198+190=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6BE is #123941. Grayscale: #D0D0D0. Windows color (decimal): -1194306 or 12502765. OLE color: 12502765.

HSL color Cylindrical-coordinate representation of color #EDC6BE: hue angle of 10.21º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC6BE is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 190 -
CMYK 0 0.16 0.20 0.07
HSL 10.21º 0.57% 0.84% -
HSV(B) 10.21º 0.2% 0.93% -
XYZ 64.41 62.11 57.31 -
YUV 208.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 237 198 190 0 0.16 0.20 0.07 10.21 0.57 0.84
Hex ED C6 BE 0 10 14 7 A 39 54
Octal 355 306 276 0 20 24 7 12 71 124
Binary 11101101 11000110 10111110 0 10000 10100 111 1010 111001 1010100

Color Harmonies of #EDC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6BE

Black with #EDC6BE

Text Example


Text Example

White with #EDC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6BE; }

 p { color: rgb(237,198,190); }

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

background-color css

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

 a { background-color: rgb(237,198,190); }

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

border-color css

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

 span { border-color: rgb(237,198,190); }

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