Html Css Color HEX #E2C5BA Dust Storm

📋 copy color: '#E2C5BA'

red 226 ◦ green 197 ◦ blue 186

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

Shades of Dust Storm #E2C5BA

Tints of Dust Storm #E2C5BA

RGB

 RED value IS 226 (88.67% from 255) = 37.11%

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

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

R = 37.11%
G = 32.35%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E2C5BA (or 0xE2C5BA) is known color: Dust Storm. HEX triplet: E2, C5 and BA. RGB value is (226,197,186). Sum of RGB (Red+Green+Blue) = 226+197+186=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C5BA is #1D3A45. Grayscale: #CCCCCC. Windows color (decimal): -1915462 or 12240354. OLE color: 12240354.

HSL color Cylindrical-coordinate representation of color #E2C5BA: hue angle of 16.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C5BA is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 197 186 -
CMYK 0 0.13 0.18 0.11
HSL 16.5º 0.41% 0.81% -
HSV(B) 16.5º 0.18% 0.89% -
XYZ 60.19 59.65 54.79 -
YUV 204.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 226 197 186 0 0.13 0.18 0.11 16.5 0.41 0.81
Hex E2 C5 BA 0 D 12 B 10 29 51
Octal 342 305 272 0 15 22 13 20 51 121
Binary 11100010 11000101 10111010 0 1101 10010 1011 10000 101001 1010001

Color Harmonies of #E2C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C5BA

Black with #E2C5BA

Text Example


Text Example

White with #E2C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C5BA; }

 p { color: rgb(226,197,186); }

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

background-color css

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

 a { background-color: rgb(226,197,186); }

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

border-color css

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

 span { border-color: rgb(226,197,186); }

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