Html Css Color HEX #E0C9BA Dust Storm

📋 copy color: '#E0C9BA'

red 224 ◦ green 201 ◦ blue 186

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

Shades of Dust Storm #E0C9BA

Tints of Dust Storm #E0C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.9%

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 36.66%
G = 32.9%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0C9BA (or 0xE0C9BA) is known color: Dust Storm. HEX triplet: E0, C9 and BA. RGB value is (224,201,186). Sum of RGB (Red+Green+Blue) = 224+201+186=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9BA is #1F3645. Grayscale: #CECECE. Windows color (decimal): -2045510 or 12241376. OLE color: 12241376.

HSL color Cylindrical-coordinate representation of color #E0C9BA: hue angle of 23.68º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C9BA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 201 186 -
CMYK 0 0.10 0.17 0.12
HSL 23.68º 0.38% 0.8% -
HSV(B) 23.68º 0.17% 0.88% -
XYZ 60.49 61.17 55.07 -
YUV 206.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 224 201 186 0 0.10 0.17 0.12 23.68 0.38 0.8
Hex E0 C9 BA 0 A 11 C 18 26 50
Octal 340 311 272 0 12 21 14 30 46 120
Binary 11100000 11001001 10111010 0 1010 10001 1100 11000 100110 1010000

Color Harmonies of #E0C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C9BA

Black with #E0C9BA

Text Example


Text Example

White with #E0C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C9BA; }

 p { color: rgb(224,201,186); }

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

background-color css

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

 a { background-color: rgb(224,201,186); }

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

border-color css

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

 span { border-color: rgb(224,201,186); }

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