#EBC9C0

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

Shades of Dust Storm #EBC9C0

Tints of Dust Storm #EBC9C0

Color information

#EBC9C0 (or 0xEBC9C0) is unknown color: approx Dust Storm. HEX triplet: EB, C9 and C0. RGB value is (235,201,192). Sum of RGB (Red+Green+Blue) = 235+201+192=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9C0 is #14363F. Grayscale: #D2D2D2. Windows color (decimal): -1324608 or 12634603. OLE color: 12634603.

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

Color convert

RGB235201192-
CMYK00.140.180.08
HSL12.56º51.81%83.73%-
HSV(B)12.56º18.3%92.16%-
XYZ64.6663.2458.67-
YUV210.14117.76145.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=37.42%
G=32.01%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520119200.140.180.0812.5651.8183.73
HexEBC9C00E128d3454
Octal35331130001622101564124
Binary1110101111001001110000000111010010100011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9C0; }

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

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

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

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

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

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

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

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