#EBCAC0

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

Shades of Dust Storm #EBCAC0

Tints of Dust Storm #EBCAC0

Color information

#EBCAC0 (or 0xEBCAC0) is unknown color: approx Dust Storm. HEX triplet: EB, CA and C0. RGB value is (235,202,192). Sum of RGB (Red+Green+Blue) = 235+202+192=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAC0 is #14353F. Grayscale: #D2D2D2. Windows color (decimal): -1324352 or 12634859. OLE color: 12634859.

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

Color convert

RGB235202192-
CMYK00.140.180.08
HSL13.95º51.81%83.73%-
HSV(B)13.95º18.3%92.16%-
XYZ64.963.7158.75-
YUV210.73117.43145.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=37.36%
G=32.11%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520219200.140.180.0813.9551.8183.73
HexEBCAC00E128e3454
Octal35331230001622101664124
Binary1110101111001010110000000111010010100011101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAC0; }

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

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

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

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

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

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

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

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