#EBC9BB

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

Shades of Dust Storm #EBC9BB

Tints of Dust Storm #EBC9BB

Color information

#EBC9BB (or 0xEBC9BB) is unknown color: approx Dust Storm. HEX triplet: EB, C9 and BB. RGB value is (235,201,187). Sum of RGB (Red+Green+Blue) = 235+201+187=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9BB is #143644. Grayscale: #D1D1D1. Windows color (decimal): -1324613 or 12306923. OLE color: 12306923.

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

Color convert

RGB235201187-
CMYK00.140.200.08
HSL17.5º54.55%82.75%-
HSV(B)17.5º20.43%92.16%-
XYZ64.1263.0255.8-
YUV209.57115.26146.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=37.72%
G=32.26%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520118700.140.200.0817.554.5582.75
HexEBC9BB0E148123753
Octal35331127301624102267123
Binary11101011110010011011101101110101001000100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9BB; }

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

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

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

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

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

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

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

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