#EBC6BE

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

Shades of Dust Storm #EBC6BE

Tints of Dust Storm #EBC6BE

Color information

#EBC6BE (or 0xEBC6BE) is unknown color: approx Dust Storm. HEX triplet: EB, C6 and BE. RGB value is (235,198,190). Sum of RGB (Red+Green+Blue) = 235+198+190=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6BE is #143941. Grayscale: #D0D0D0. Windows color (decimal): -1325378 or 12502763. OLE color: 12502763.

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

Color convert

RGB235198190-
CMYK00.160.190.08
HSL10.67º52.94%83.33%-
HSV(B)10.67º19.15%92.16%-
XYZ63.7561.7757.28-
YUV208.15117.76147.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=37.72%
G=31.78%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519819000.160.190.0810.6752.9483.33
HexEBC6BE010138b3553
Octal35330627602023101365123
Binary11101011110001101011111001000010011100010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6BE; }

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

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

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

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

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

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

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

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