#EBCAC4

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

Shades of Dust Storm #EBCAC4

Tints of Dust Storm #EBCAC4

Color information

#EBCAC4 (or 0xEBCAC4) is unknown color: approx Dust Storm. HEX triplet: EB, CA and C4. RGB value is (235,202,196). Sum of RGB (Red+Green+Blue) = 235+202+196=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAC4 is #14353B. Grayscale: #D3D3D3. Windows color (decimal): -1324348 or 12897003. OLE color: 12897003.

HSL color Cylindrical-coordinate representation of color #EBCAC4: hue angle of 9.23º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCAC4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235202196-
CMYK00.140.170.08
HSL9.23º49.37%84.51%-
HSV(B)9.23º16.6%92.16%-
XYZ65.3563.8961.11-
YUV211.18119.43144.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 196 (76.95% from 255) = 30.96%
R=37.12%
G=31.91%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520219600.140.170.089.2349.3784.51
HexEBCAC40E11893155
Octal35331230401621101161125
Binary1110101111001010110001000111010001100010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAC4; }

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

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

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

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

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

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

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

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