Html Css Color HEX #E0C5BD Dust Storm

📋 copy color: '#E0C5BD'

red 224 ◦ green 197 ◦ blue 189

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

Shades of Dust Storm #E0C5BD

Tints of Dust Storm #E0C5BD

RGB

 RED value IS 224 (87.89% from 255) = 36.72%

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

 BLUE value IS 189 (74.22% from 255) = 30.98%

R = 36.72%
G = 32.3%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0C5BD (or 0xE0C5BD) is known color: Dust Storm. HEX triplet: E0, C5 and BD. RGB value is (224,197,189). Sum of RGB (Red+Green+Blue) = 224+197+189=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C5BD is #1F3A42. Grayscale: #CCCCCC. Windows color (decimal): -2046531 or 12436960. OLE color: 12436960.

HSL color Cylindrical-coordinate representation of color #E0C5BD: hue angle of 13.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0C5BD is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 197 189 -
CMYK 0 0.12 0.16 0.12
HSL 13.71º 0.36% 0.81% -
HSV(B) 13.71º 0.16% 0.88% -
XYZ 59.89 59.45 56.46 -
YUV 204.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 224 197 189 0 0.12 0.16 0.12 13.71 0.36 0.81
Hex E0 C5 BD 0 C 10 C E 24 51
Octal 340 305 275 0 14 20 14 16 44 121
Binary 11100000 11000101 10111101 0 1100 10000 1100 1110 100100 1010001

Color Harmonies of #E0C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C5BD

Black with #E0C5BD

Text Example


Text Example

White with #E0C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C5BD; }

 p { color: rgb(224,197,189); }

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

background-color css

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

 a { background-color: rgb(224,197,189); }

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

border-color css

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

 span { border-color: rgb(224,197,189); }

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