#EBC6B9

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

Shades of Dust Storm #EBC6B9

Tints of Dust Storm #EBC6B9

Color information

#EBC6B9 (or 0xEBC6B9) is unknown color: approx Dust Storm. HEX triplet: EB, C6 and B9. RGB value is (235,198,185). Sum of RGB (Red+Green+Blue) = 235+198+185=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6B9 is #143946. Grayscale: #CFCFCF. Windows color (decimal): -1325383 or 12175083. OLE color: 12175083.

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

Color convert

RGB235198185-
CMYK00.160.210.08
HSL15.6º55.56%82.35%-
HSV(B)15.6º21.28%92.16%-
XYZ63.2161.5554.45-
YUV207.58115.26147.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 185 (72.66% from 255) = 29.94%
R=38.03%
G=32.04%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519818500.160.210.0815.655.5682.35
HexEBC6B9010158103852
Octal35330627102025102070122
Binary111010111100011010111001010000101011000100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6B9; }

 p { color: rgb(235,198,185); }

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

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

 a { background-color: rgb(235,198,185); }

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

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

 span { border-color: rgb(235,198,185); }

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