Shades of Crusta #EE8460
Tints of Crusta #EE8460
RGB
CMYK
RGB Variations
Color information
#EE8460 (or 0xEE8460) is known color: Crusta. HEX triplet: EE, 84 and 60. RGB value is (238,132,96). Sum of RGB (Red+Green+Blue) = 238+132+96=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8460 is #117B9F. Grayscale: #9F9F9F. Windows color (decimal): -1145760 or 6325486. OLE color: 6325486.
HSL color Cylindrical-coordinate representation of color #EE8460: hue angle of 15.21º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE8460 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 96 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.07 |
| HSL | 15.21º | 0.81% | 0.65% | - |
| HSV(B) | 15.21º | 0.6% | 0.93% | - |
| XYZ | 45.62 | 35.52 | 15.52 | - |
| YUV | 159.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 96 | 0 | 0.45 | 0.60 | 0.07 | 15.21 | 0.81 | 0.65 |
| Hex | EE | 84 | 60 | 0 | 2D | 3C | 7 | F | 51 | 41 |
| Octal | 356 | 204 | 140 | 0 | 55 | 74 | 7 | 17 | 121 | 101 |
| Binary | 11101110 | 10000100 | 1100000 | 0 | 101101 | 111100 | 111 | 1111 | 1010001 | 1000001 |
Color Harmonies of #EE8460
Complementary color
Monochromatic Colors of #EE8460
Black with #EE8460
Text Example
Text Example
White with #EE8460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8460; }
p { color: rgb(238,132,96); }
H1.HeaderClassName
{
color: #EE8460;
}
.AnyTagClassName
{
color: #EE8460;
}
</style>
background-color css
<style>
a { background-color: #EE8460; }
a { background-color: rgb(238,132,96); }
div.DivClassName
{
background-color: #EE8460;
}
.BgClassName
{
background-color: #EE8460;
}
</style>
border-color css
<style>
span { border-color: #EE8460; }
span { border-color: rgb(238,132,96); }
td.TdClassName
{
border-color: #EE8460;
}
.TagClassName
{
border-color: #EE8460;
}
</style>