#EEC4BA

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

Shades of Dust Storm #EEC4BA

Tints of Dust Storm #EEC4BA

Color information

#EEC4BA (or 0xEEC4BA) is unknown color: approx Dust Storm. HEX triplet: EE, C4 and BA. RGB value is (238,196,186). Sum of RGB (Red+Green+Blue) = 238+196+186=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4BA is #113B45. Grayscale: #CFCFCF. Windows color (decimal): -1129286 or 12240110. OLE color: 12240110.

HSL color Cylindrical-coordinate representation of color #EEC4BA: hue angle of 11.54º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC4BA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238196186-
CMYK00.180.220.07
HSL11.54º60.47%83.14%-
HSV(B)11.54º21.85%93.33%-
XYZ63.8661.254.9-
YUV207.42115.91149.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 186 (73.05% from 255) = 30%
R=38.39%
G=31.61%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819618600.180.220.0711.5460.4783.14
HexEEC4BA012167c3c53
Octal3563042720222671474123
Binary1110111011000100101110100100101011011111001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4BA; }

 p { color: rgb(238,196,186); }

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

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

 a { background-color: rgb(238,196,186); }

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

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

 span { border-color: rgb(238,196,186); }

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