Html Css Color HEX #E5C3BA Dust Storm

📋 copy color: '#E5C3BA'

red 229 ◦ green 195 ◦ blue 186

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

Shades of Dust Storm #E5C3BA

Tints of Dust Storm #E5C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.97%

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

R = 37.54%
G = 31.97%
B = 30.49%

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

#E5C3BA (or 0xE5C3BA) is known color: Dust Storm. HEX triplet: E5, C3 and BA. RGB value is (229,195,186). Sum of RGB (Red+Green+Blue) = 229+195+186=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3BA is #1A3C45. Grayscale: #CCCCCC. Windows color (decimal): -1719366 or 12239845. OLE color: 12239845.

HSL color Cylindrical-coordinate representation of color #E5C3BA: hue angle of 12.56º 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 #E5C3BA is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 195 186 -
CMYK 0 0.15 0.19 0.10
HSL 12.56º 0.45% 0.81% -
HSV(B) 12.56º 0.19% 0.9% -
XYZ 60.69 59.23 54.69 -
YUV 204.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 229 195 186 0 0.15 0.19 0.10 12.56 0.45 0.81
Hex E5 C3 BA 0 F 13 A D 2D 51
Octal 345 303 272 0 17 23 12 15 55 121
Binary 11100101 11000011 10111010 0 1111 10011 1010 1101 101101 1010001

Color Harmonies of #E5C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C3BA

Black with #E5C3BA

Text Example


Text Example

White with #E5C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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