#EBC9BE

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

Shades of Dust Storm #EBC9BE

Tints of Dust Storm #EBC9BE

Color information

#EBC9BE (or 0xEBC9BE) is unknown color: approx Dust Storm. HEX triplet: EB, C9 and BE. RGB value is (235,201,190). Sum of RGB (Red+Green+Blue) = 235+201+190=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9BE is #143641. Grayscale: #D1D1D1. Windows color (decimal): -1324610 or 12503531. OLE color: 12503531.

HSL color Cylindrical-coordinate representation of color #EBC9BE: hue angle of 14.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC9BE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235201190-
CMYK00.140.190.08
HSL14.67º52.94%83.33%-
HSV(B)14.67º19.15%92.16%-
XYZ64.4463.1557.51-
YUV209.91116.76145.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=37.54%
G=32.11%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520119000.140.190.0814.6752.9483.33
HexEBC9BE0E138f3553
Octal35331127601623101765123
Binary1110101111001001101111100111010011100011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9BE; }

 p { color: rgb(235,201,190); }

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

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

 a { background-color: rgb(235,201,190); }

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

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

 span { border-color: rgb(235,201,190); }

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