#EBC3B9

Color #EBC3B9 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EBC3B9

Tints of Dust Storm #EBC3B9

Color information

#EBC3B9 (or 0xEBC3B9) is unknown color: approx Dust Storm. HEX triplet: EB, C3 and B9. RGB value is (235,195,185). Sum of RGB (Red+Green+Blue) = 235+195+185=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3B9 is #143C46. Grayscale: #CDCDCD. Windows color (decimal): -1326151 or 12174315. OLE color: 12174315.

HSL color Cylindrical-coordinate representation of color #EBC3B9: hue angle of 12º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC3B9 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235195185-
CMYK00.170.210.08
HSL12º55.56%82.35%-
HSV(B)12º21.28%92.16%-
XYZ62.5360.254.22-
YUV205.82116.25148.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=38.21%
G=31.71%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519518500.170.210.081255.5682.35
HexEBC3B9011158c3852
Octal35330327102125101470122
Binary11101011110000111011100101000110101100011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3B9; }

 p { color: rgb(235,195,185); }

 H1.HeaderClassName
 {
   color: #EBC3B9;
 }
 .AnyTagClassName
 {
   color: #EBC3B9;
 }
</style>
background-color css

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

 a { background-color: rgb(235,195,185); }

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

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

 span { border-color: rgb(235,195,185); }

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