#EBC7BC

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

Shades of Dust Storm #EBC7BC

Tints of Dust Storm #EBC7BC

Color information

#EBC7BC (or 0xEBC7BC) is unknown color: approx Dust Storm. HEX triplet: EB, C7 and BC. RGB value is (235,199,188). Sum of RGB (Red+Green+Blue) = 235+199+188=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7BC is #143843. Grayscale: #D0D0D0. Windows color (decimal): -1325124 or 12371947. OLE color: 12371947.

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

Color convert

RGB235199188-
CMYK00.150.20.08
HSL14.04º54.02%82.94%-
HSV(B)14.04º20%92.16%-
XYZ63.7662.1456.21-
YUV208.51116.43146.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 199 (78.12% from 255) = 31.99%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=37.78%
G=31.99%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519918800.150.20.0814.0454.0282.94
HexEBC7BC0F148e3653
Octal35330727401724101666123
Binary1110101111000111101111000111110100100011101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7BC; }

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

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

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

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

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

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

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

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