Shades of Crusta #EE8060
Tints of Crusta #EE8060
RGB
CMYK
RGB Variations
Color information
#EE8060 (or 0xEE8060) is known color: Crusta. HEX triplet: EE, 80 and 60. RGB value is (238,128,96). Sum of RGB (Red+Green+Blue) = 238+128+96=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8060 is #117F9F. Grayscale: #9D9D9D. Windows color (decimal): -1146784 or 6324462. OLE color: 6324462.
HSL color Cylindrical-coordinate representation of color #EE8060: hue angle of 13.52º 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 #EE8060 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 96 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.07 |
| HSL | 13.52º | 0.81% | 0.65% | - |
| HSV(B) | 13.52º | 0.6% | 0.93% | - |
| XYZ | 45.09 | 34.46 | 15.34 | - |
| YUV | 157.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 96 | 0 | 0.46 | 0.60 | 0.07 | 13.52 | 0.81 | 0.65 |
| Hex | EE | 80 | 60 | 0 | 2E | 3C | 7 | E | 51 | 41 |
| Octal | 356 | 200 | 140 | 0 | 56 | 74 | 7 | 16 | 121 | 101 |
| Binary | 11101110 | 10000000 | 1100000 | 0 | 101110 | 111100 | 111 | 1110 | 1010001 | 1000001 |
Color Harmonies of #EE8060
Complementary color
Monochromatic Colors of #EE8060
Black with #EE8060
Text Example
Text Example
White with #EE8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8060; }
p { color: rgb(238,128,96); }
H1.HeaderClassName
{
color: #EE8060;
}
.AnyTagClassName
{
color: #EE8060;
}
</style>
background-color css
<style>
a { background-color: #EE8060; }
a { background-color: rgb(238,128,96); }
div.DivClassName
{
background-color: #EE8060;
}
.BgClassName
{
background-color: #EE8060;
}
</style>
border-color css
<style>
span { border-color: #EE8060; }
span { border-color: rgb(238,128,96); }
td.TdClassName
{
border-color: #EE8060;
}
.TagClassName
{
border-color: #EE8060;
}
</style>