#EBC3BA

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

Shades of Dust Storm #EBC3BA

Tints of Dust Storm #EBC3BA

Color information

#EBC3BA (or 0xEBC3BA) is unknown color: approx Dust Storm. HEX triplet: EB, C3 and BA. RGB value is (235,195,186). Sum of RGB (Red+Green+Blue) = 235+195+186=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3BA is #143C45. Grayscale: #CECECE. Windows color (decimal): -1326150 or 12239851. OLE color: 12239851.

HSL color Cylindrical-coordinate representation of color #EBC3BA: hue angle of 11.02º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC3BA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235195186-
CMYK00.170.210.08
HSL11.02º55.06%82.55%-
HSV(B)11.02º20.85%92.16%-
XYZ62.6460.2454.78-
YUV205.93116.75148.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 195 (76.56% from 255) = 31.66%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=38.15%
G=31.66%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519518600.170.210.0811.0255.0682.55
HexEBC3BA011158b3753
Octal35330327202125101367123
Binary11101011110000111011101001000110101100010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3BA; }

 p { color: rgb(235,195,186); }

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

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

 a { background-color: rgb(235,195,186); }

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

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

 span { border-color: rgb(235,195,186); }

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