Shades of Dust Storm #EEC7BE
Tints of Dust Storm #EEC7BE
RGB
CMYK
RGB Variations
Color information
#EEC7BE (or 0xEEC7BE) is known color: Dust Storm. HEX triplet: EE, C7 and BE. RGB value is (238,199,190). Sum of RGB (Red+Green+Blue) = 238+199+190=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7BE is #113841. Grayscale: #D1D1D1. Windows color (decimal): -1128514 or 12503022. OLE color: 12503022.
HSL color Cylindrical-coordinate representation of color #EEC7BE: hue angle of 11.25º 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 #EEC7BE is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 190 | - |
CMYK | 0 | 0.16 | 0.20 | 0.07 |
HSL | 11.25º | 0.59% | 0.84% | - |
HSV(B) | 11.25º | 0.2% | 0.93% | - |
XYZ | 64.98 | 62.74 | 57.4 | - |
YUV | 209.64 | 116.92 | 148.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 190 | 0 | 0.16 | 0.20 | 0.07 | 11.25 | 0.59 | 0.84 |
Hex | EE | C7 | BE | 0 | 10 | 14 | 7 | B | 3B | 54 |
Octal | 356 | 307 | 276 | 0 | 20 | 24 | 7 | 13 | 73 | 124 |
Binary | 11101110 | 11000111 | 10111110 | 0 | 10000 | 10100 | 111 | 1011 | 111011 | 1010100 |
Color Harmonies of #EEC7BE
Complementary color
Monochromatic Colors of #EEC7BE
Black with #EEC7BE
Text Example
Text Example
White with #EEC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7BE; }
p { color: rgb(238,199,190); }
H1.HeaderClassName
{
color: #EEC7BE;
}
.AnyTagClassName
{
color: #EEC7BE;
}
</style>
background-color css
<style>
a { background-color: #EEC7BE; }
a { background-color: rgb(238,199,190); }
div.DivClassName
{
background-color: #EEC7BE;
}
.BgClassName
{
background-color: #EEC7BE;
}
</style>
border-color css
<style>
span { border-color: #EEC7BE; }
span { border-color: rgb(238,199,190); }
td.TdClassName
{
border-color: #EEC7BE;
}
.TagClassName
{
border-color: #EEC7BE;
}
</style>