Html Css Color HEX #E0C7BD Dust Storm

📋 copy color: '#E0C7BD'

red 224 ◦ green 199 ◦ blue 189

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

Shades of Dust Storm #E0C7BD

Tints of Dust Storm #E0C7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.52%

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

R = 36.6%
G = 32.52%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0C7BD (or 0xE0C7BD) is known color: Dust Storm. HEX triplet: E0, C7 and BD. RGB value is (224,199,189). Sum of RGB (Red+Green+Blue) = 224+199+189=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7BD is #1F3842. Grayscale: #CDCDCD. Windows color (decimal): -2046019 or 12437472. OLE color: 12437472.

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

Color convert

RGB 224 199 189 -
CMYK 0 0.11 0.16 0.12
HSL 17.14º 0.36% 0.81% -
HSV(B) 17.14º 0.16% 0.88% -
XYZ 60.35 60.37 56.62 -
YUV 205.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 224 199 189 0 0.11 0.16 0.12 17.14 0.36 0.81
Hex E0 C7 BD 0 B 10 C 11 24 51
Octal 340 307 275 0 13 20 14 21 44 121
Binary 11100000 11000111 10111101 0 1011 10000 1100 10001 100100 1010001

Color Harmonies of #E0C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C7BD

Black with #E0C7BD

Text Example


Text Example

White with #E0C7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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