#EBC9BC

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

Shades of Dust Storm #EBC9BC

Tints of Dust Storm #EBC9BC

Color information

#EBC9BC (or 0xEBC9BC) is unknown color: approx Dust Storm. HEX triplet: EB, C9 and BC. RGB value is (235,201,188). Sum of RGB (Red+Green+Blue) = 235+201+188=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9BC is #143643. Grayscale: #D1D1D1. Windows color (decimal): -1324612 or 12372459. OLE color: 12372459.

HSL color Cylindrical-coordinate representation of color #EBC9BC: hue angle of 16.6º degrees, saturation: 0.54, 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 #EBC9BC is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235201188-
CMYK00.140.20.08
HSL16.6º54.02%82.94%-
HSV(B)16.6º20%92.16%-
XYZ64.2263.0756.36-
YUV209.68115.76146.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=37.66%
G=32.21%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520118800.140.20.0816.654.0282.94
HexEBC9BC0E148113653
Octal35331127401624102166123
Binary11101011110010011011110001110101001000100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9BC; }

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

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

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

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

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

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

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

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