Html Css Color HEX #EDC8BE Dust Storm

📋 copy color: '#EDC8BE'

red 237 ◦ green 200 ◦ blue 190

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

Shades of Dust Storm #EDC8BE

Tints of Dust Storm #EDC8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.9%

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

R = 37.8%
G = 31.9%
B = 30.3%

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

#EDC8BE (or 0xEDC8BE) is known color: Dust Storm. HEX triplet: ED, C8 and BE. RGB value is (237,200,190). Sum of RGB (Red+Green+Blue) = 237+200+190=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8BE is #123741. Grayscale: #D2D2D2. Windows color (decimal): -1193794 or 12503277. OLE color: 12503277.

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

Color convert

RGB 237 200 190 -
CMYK 0 0.16 0.20 0.07
HSL 12.77º 0.57% 0.84% -
HSV(B) 12.77º 0.2% 0.93% -
XYZ 64.87 63.03 57.46 -
YUV 209.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 237 200 190 0 0.16 0.20 0.07 12.77 0.57 0.84
Hex ED C8 BE 0 10 14 7 D 39 54
Octal 355 310 276 0 20 24 7 15 71 124
Binary 11101101 11001000 10111110 0 10000 10100 111 1101 111001 1010100

Color Harmonies of #EDC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8BE

Black with #EDC8BE

Text Example


Text Example

White with #EDC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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