Html Css Color HEX #E1CABA Dust Storm

📋 copy color: '#E1CABA'

red 225 ◦ green 202 ◦ blue 186

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

Shades of Dust Storm #E1CABA

Tints of Dust Storm #E1CABA

RGB

 RED value IS 225 (88.28% from 255) = 36.7%

 GREEN value IS 202 (79.3% from 255) = 32.95%

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

R = 36.7%
G = 32.95%
B = 30.34%

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

#E1CABA (or 0xE1CABA) is known color: Dust Storm. HEX triplet: E1, CA and BA. RGB value is (225,202,186). Sum of RGB (Red+Green+Blue) = 225+202+186=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CABA is #1E3545. Grayscale: #CFCFCF. Windows color (decimal): -1979718 or 12241633. OLE color: 12241633.

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

Color convert

RGB 225 202 186 -
CMYK 0 0.10 0.17 0.12
HSL 24.62º 0.39% 0.81% -
HSV(B) 24.62º 0.17% 0.88% -
XYZ 61.03 61.79 55.16 -
YUV 207.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 225 202 186 0 0.10 0.17 0.12 24.62 0.39 0.81
Hex E1 CA BA 0 A 11 C 19 27 51
Octal 341 312 272 0 12 21 14 31 47 121
Binary 11100001 11001010 10111010 0 1010 10001 1100 11001 100111 1010001

Color Harmonies of #E1CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CABA

Black with #E1CABA

Text Example


Text Example

White with #E1CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CABA; }

 p { color: rgb(225,202,186); }

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

background-color css

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

 a { background-color: rgb(225,202,186); }

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

border-color css

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

 span { border-color: rgb(225,202,186); }

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