#EBC4BB

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

Shades of Dust Storm #EBC4BB

Tints of Dust Storm #EBC4BB

Color information

#EBC4BB (or 0xEBC4BB) is unknown color: approx Dust Storm. HEX triplet: EB, C4 and BB. RGB value is (235,196,187). Sum of RGB (Red+Green+Blue) = 235+196+187=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4BB is #143B44. Grayscale: #CECECE. Windows color (decimal): -1325893 or 12305643. OLE color: 12305643.

HSL color Cylindrical-coordinate representation of color #EBC4BB: hue angle of 11.25º degrees, saturation: 0.55, 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 #EBC4BB is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235196187-
CMYK00.170.200.08
HSL11.25º54.55%82.75%-
HSV(B)11.25º20.43%92.16%-
XYZ62.9760.7355.42-
YUV206.64116.92148.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 196 (76.95% from 255) = 31.72%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=38.03%
G=31.72%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519618700.170.200.0811.2554.5582.75
HexEBC4BB011148b3753
Octal35330427302124101367123
Binary11101011110001001011101101000110100100010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4BB; }

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

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

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

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

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

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

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

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