#EBC7BE

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

Shades of Dust Storm #EBC7BE

Tints of Dust Storm #EBC7BE

Color information

#EBC7BE (or 0xEBC7BE) is unknown color: approx Dust Storm. HEX triplet: EB, C7 and BE. RGB value is (235,199,190). Sum of RGB (Red+Green+Blue) = 235+199+190=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7BE is #143841. Grayscale: #D0D0D0. Windows color (decimal): -1325122 or 12503019. OLE color: 12503019.

HSL color Cylindrical-coordinate representation of color #EBC7BE: hue angle of 12º 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 #EBC7BE is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235199190-
CMYK00.150.190.08
HSL12º52.94%83.33%-
HSV(B)12º19.15%92.16%-
XYZ63.9862.2357.35-
YUV208.74117.43146.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 199 (78.12% from 255) = 31.89%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=37.66%
G=31.89%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519919000.150.190.081252.9483.33
HexEBC7BE0F138c3553
Octal35330727601723101465123
Binary1110101111000111101111100111110011100011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7BE; }

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

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

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

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

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

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

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

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