#EBC9BD

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

Shades of Dust Storm #EBC9BD

Tints of Dust Storm #EBC9BD

Color information

#EBC9BD (or 0xEBC9BD) is unknown color: approx Dust Storm. HEX triplet: EB, C9 and BD. RGB value is (235,201,189). Sum of RGB (Red+Green+Blue) = 235+201+189=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9BD is #143642. Grayscale: #D1D1D1. Windows color (decimal): -1324611 or 12437995. OLE color: 12437995.

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

Color convert

RGB235201189-
CMYK00.140.200.08
HSL15.65º53.49%83.14%-
HSV(B)15.65º19.57%92.16%-
XYZ64.3363.1156.93-
YUV209.8116.26145.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=37.6%
G=32.16%
B=30.24%

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
Decimal23520118900.140.200.0815.6553.4983.14
HexEBC9BD0E148103553
Octal35331127501624102065123
Binary11101011110010011011110101110101001000100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9BD; }

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

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

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

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

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

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

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

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