Html Css Color HEX #EDC5BE Dust Storm

📋 copy color: '#EDC5BE'

red 237 ◦ green 197 ◦ blue 190

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

Shades of Dust Storm #EDC5BE

Tints of Dust Storm #EDC5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.57%

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

R = 37.98%
G = 31.57%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDC5BE (or 0xEDC5BE) is known color: Dust Storm. HEX triplet: ED, C5 and BE. RGB value is (237,197,190). Sum of RGB (Red+Green+Blue) = 237+197+190=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5BE is #123A41. Grayscale: #D0D0D0. Windows color (decimal): -1194562 or 12502509. OLE color: 12502509.

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

Color convert

RGB 237 197 190 -
CMYK 0 0.17 0.20 0.07
HSL 8.94º 0.57% 0.84% -
HSV(B) 8.94º 0.2% 0.93% -
XYZ 64.19 61.65 57.23 -
YUV 208.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 237 197 190 0 0.17 0.20 0.07 8.94 0.57 0.84
Hex ED C5 BE 0 11 14 7 9 39 54
Octal 355 305 276 0 21 24 7 11 71 124
Binary 11101101 11000101 10111110 0 10001 10100 111 1001 111001 1010100

Color Harmonies of #EDC5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5BE

Black with #EDC5BE

Text Example


Text Example

White with #EDC5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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