Shades of Crusta #EF8F60
Tints of Crusta #EF8F60
RGB
CMYK
RGB Variations
Color information
#EF8F60 (or 0xEF8F60) is known color: Crusta. HEX triplet: EF, 8F and 60. RGB value is (239,143,96). Sum of RGB (Red+Green+Blue) = 239+143+96=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F60 is #10709F. Grayscale: #A6A6A6. Windows color (decimal): -1077408 or 6328303. OLE color: 6328303.
HSL color Cylindrical-coordinate representation of color #EF8F60: hue angle of 19.72º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF8F60 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 96 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.06 |
| HSL | 19.72º | 0.82% | 0.66% | - |
| HSV(B) | 19.72º | 0.6% | 0.94% | - |
| XYZ | 47.53 | 38.84 | 16.06 | - |
| YUV | 166.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 96 | 0 | 0.40 | 0.60 | 0.06 | 19.72 | 0.82 | 0.66 |
| Hex | EF | 8F | 60 | 0 | 28 | 3C | 6 | 14 | 52 | 42 |
| Octal | 357 | 217 | 140 | 0 | 50 | 74 | 6 | 24 | 122 | 102 |
| Binary | 11101111 | 10001111 | 1100000 | 0 | 101000 | 111100 | 110 | 10100 | 1010010 | 1000010 |
Color Harmonies of #EF8F60
Complementary color
Monochromatic Colors of #EF8F60
Black with #EF8F60
Text Example
Text Example
White with #EF8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F60; }
p { color: rgb(239,143,96); }
H1.HeaderClassName
{
color: #EF8F60;
}
.AnyTagClassName
{
color: #EF8F60;
}
</style>
background-color css
<style>
a { background-color: #EF8F60; }
a { background-color: rgb(239,143,96); }
div.DivClassName
{
background-color: #EF8F60;
}
.BgClassName
{
background-color: #EF8F60;
}
</style>
border-color css
<style>
span { border-color: #EF8F60; }
span { border-color: rgb(239,143,96); }
td.TdClassName
{
border-color: #EF8F60;
}
.TagClassName
{
border-color: #EF8F60;
}
</style>