Html Css Color HEX #E5C2BA Dust Storm

📋 copy color: '#E5C2BA'

red 229 ◦ green 194 ◦ blue 186

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

Shades of Dust Storm #E5C2BA

Tints of Dust Storm #E5C2BA

RGB

 RED value IS 229 (89.84% from 255) = 37.6%

 GREEN value IS 194 (76.17% from 255) = 31.86%

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

R = 37.6%
G = 31.86%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5C2BA (or 0xE5C2BA) is known color: Dust Storm. HEX triplet: E5, C2 and BA. RGB value is (229,194,186). Sum of RGB (Red+Green+Blue) = 229+194+186=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C2BA is #1A3D45. Grayscale: #CBCBCB. Windows color (decimal): -1719622 or 12239589. OLE color: 12239589.

HSL color Cylindrical-coordinate representation of color #E5C2BA: hue angle of 11.16º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5C2BA is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 194 186 -
CMYK 0 0.15 0.19 0.10
HSL 11.16º 0.45% 0.81% -
HSV(B) 11.16º 0.19% 0.9% -
XYZ 60.47 58.79 54.61 -
YUV 203.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 229 194 186 0 0.15 0.19 0.10 11.16 0.45 0.81
Hex E5 C2 BA 0 F 13 A B 2D 51
Octal 345 302 272 0 17 23 12 13 55 121
Binary 11100101 11000010 10111010 0 1111 10011 1010 1011 101101 1010001

Color Harmonies of #E5C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2BA

Black with #E5C2BA

Text Example


Text Example

White with #E5C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2BA; }

 p { color: rgb(229,194,186); }

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

background-color css

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

 a { background-color: rgb(229,194,186); }

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

border-color css

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

 span { border-color: rgb(229,194,186); }

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