Shades of Crusta #EE8F60
Tints of Crusta #EE8F60
RGB
CMYK
RGB Variations
Color information
#EE8F60 (or 0xEE8F60) is known color: Crusta. HEX triplet: EE, 8F and 60. RGB value is (238,143,96). Sum of RGB (Red+Green+Blue) = 238+143+96=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F60 is #11709F. Grayscale: #A6A6A6. Windows color (decimal): -1142944 or 6328302. OLE color: 6328302.
HSL color Cylindrical-coordinate representation of color #EE8F60: hue angle of 19.86º 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 #EE8F60 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 96 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.07 |
| HSL | 19.86º | 0.81% | 0.65% | - |
| HSV(B) | 19.86º | 0.6% | 0.93% | - |
| XYZ | 47.19 | 38.67 | 16.04 | - |
| YUV | 166.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 96 | 0 | 0.40 | 0.60 | 0.07 | 19.86 | 0.81 | 0.65 |
| Hex | EE | 8F | 60 | 0 | 28 | 3C | 7 | 14 | 51 | 41 |
| Octal | 356 | 217 | 140 | 0 | 50 | 74 | 7 | 24 | 121 | 101 |
| Binary | 11101110 | 10001111 | 1100000 | 0 | 101000 | 111100 | 111 | 10100 | 1010001 | 1000001 |
Color Harmonies of #EE8F60
Complementary color
Monochromatic Colors of #EE8F60
Black with #EE8F60
Text Example
Text Example
White with #EE8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F60; }
p { color: rgb(238,143,96); }
H1.HeaderClassName
{
color: #EE8F60;
}
.AnyTagClassName
{
color: #EE8F60;
}
</style>
background-color css
<style>
a { background-color: #EE8F60; }
a { background-color: rgb(238,143,96); }
div.DivClassName
{
background-color: #EE8F60;
}
.BgClassName
{
background-color: #EE8F60;
}
</style>
border-color css
<style>
span { border-color: #EE8F60; }
span { border-color: rgb(238,143,96); }
td.TdClassName
{
border-color: #EE8F60;
}
.TagClassName
{
border-color: #EE8F60;
}
</style>