#EBC5C0

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

Shades of Dust Storm #EBC5C0

Tints of Dust Storm #EBC5C0

Color information

#EBC5C0 (or 0xEBC5C0) is unknown color: approx Dust Storm. HEX triplet: EB, C5 and C0. RGB value is (235,197,192). Sum of RGB (Red+Green+Blue) = 235+197+192=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C0 is #143A3F. Grayscale: #CFCFCF. Windows color (decimal): -1325632 or 12633579. OLE color: 12633579.

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

Color convert

RGB235197192-
CMYK00.160.180.08
HSL6.98º51.81%83.73%-
HSV(B)6.98º18.3%92.16%-
XYZ63.7461.458.36-
YUV207.79119.09147.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=37.66%
G=31.57%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519719200.160.180.086.9851.8183.73
HexEBC5C001012873454
Octal3533053000202210764124
Binary1110101111000101110000000100001001010001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5C0; }

 p { color: rgb(235,197,192); }

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

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

 a { background-color: rgb(235,197,192); }

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

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

 span { border-color: rgb(235,197,192); }

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