#EBC9BF

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

Shades of Dust Storm #EBC9BF

Tints of Dust Storm #EBC9BF

Color information

#EBC9BF (or 0xEBC9BF) is unknown color: approx Dust Storm. HEX triplet: EB, C9 and BF. RGB value is (235,201,191). Sum of RGB (Red+Green+Blue) = 235+201+191=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9BF is #143640. Grayscale: #D2D2D2. Windows color (decimal): -1324609 or 12569067. OLE color: 12569067.

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

Color convert

RGB235201191-
CMYK00.140.190.08
HSL13.64º52.38%83.53%-
HSV(B)13.64º18.72%92.16%-
XYZ64.5563.258.09-
YUV210.03117.26145.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 201 (78.91% from 255) = 32.06%
BLUE value IS 191 (75% from 255) = 30.46%
R=37.48%
G=32.06%
B=30.46%

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
Decimal23520119100.140.190.0813.6452.3883.53
HexEBC9BF0E138e3454
Octal35331127701623101664124
Binary1110101111001001101111110111010011100011101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9BF; }

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

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

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

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

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

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

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

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