#EBC9C1

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

Shades of Dust Storm #EBC9C1

Tints of Dust Storm #EBC9C1

Color information

#EBC9C1 (or 0xEBC9C1) is unknown color: approx Dust Storm. HEX triplet: EB, C9 and C1. RGB value is (235,201,193). Sum of RGB (Red+Green+Blue) = 235+201+193=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9C1 is #14363E. Grayscale: #D2D2D2. Windows color (decimal): -1324607 or 12700139. OLE color: 12700139.

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

Color convert

RGB235201193-
CMYK00.140.180.08
HSL11.43º51.22%83.92%-
HSV(B)11.43º17.87%92.16%-
XYZ64.7763.2959.25-
YUV210.25118.26145.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=37.36%
G=31.96%
B=30.68%

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
Decimal23520119300.140.180.0811.4351.2283.92
HexEBC9C10E128b3354
Octal35331130101622101363124
Binary1110101111001001110000010111010010100010111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9C1; }

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

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

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

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

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

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

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

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