#EBC7B9

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

Shades of Dust Storm #EBC7B9

Tints of Dust Storm #EBC7B9

Color information

#EBC7B9 (or 0xEBC7B9) is unknown color: approx Dust Storm. HEX triplet: EB, C7 and B9. RGB value is (235,199,185). Sum of RGB (Red+Green+Blue) = 235+199+185=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7B9 is #143846. Grayscale: #D0D0D0. Windows color (decimal): -1325127 or 12175339. OLE color: 12175339.

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

Color convert

RGB235199185-
CMYK00.150.210.08
HSL16.8º55.56%82.35%-
HSV(B)16.8º21.28%92.16%-
XYZ63.4462.0154.52-
YUV208.17114.93147.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 185 (72.66% from 255) = 29.89%
R=37.96%
G=32.15%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519918500.150.210.0816.855.5682.35
HexEBC7B90F158113852
Octal35330727101725102170122
Binary11101011110001111011100101111101011000100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7B9; }

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

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

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

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

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

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

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

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