#EEC5BE

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

Shades of Dust Storm #EEC5BE

Tints of Dust Storm #EEC5BE

Color information

#EEC5BE (or 0xEEC5BE) is unknown color: approx Dust Storm. HEX triplet: EE, C5 and BE. RGB value is (238,197,190). Sum of RGB (Red+Green+Blue) = 238+197+190=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5BE is #113A41. Grayscale: #D0D0D0. Windows color (decimal): -1129026 or 12502510. OLE color: 12502510.

HSL color Cylindrical-coordinate representation of color #EEC5BE: hue angle of 8.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC5BE is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238197190-
CMYK00.170.200.07
HSL8.75º58.54%83.92%-
HSV(B)8.75º20.17%93.33%-
XYZ64.5261.8357.25-
YUV208.46117.58149.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 197 (77.34% from 255) = 31.52%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=38.08%
G=31.52%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819719000.170.200.078.7558.5483.92
HexEEC5BE01114793b54
Octal3563052760212471173124
Binary1110111011000101101111100100011010011110011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5BE; }

 p { color: rgb(238,197,190); }

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

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

 a { background-color: rgb(238,197,190); }

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

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

 span { border-color: rgb(238,197,190); }

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