Shades of Crusta #EF8F51
Tints of Crusta #EF8F51
RGB
CMYK
RGB Variations
Color information
#EF8F51 (or 0xEF8F51) is known color: Crusta. HEX triplet: EF, 8F and 51. RGB value is (239,143,81). Sum of RGB (Red+Green+Blue) = 239+143+81=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F51 is #1070AE. Grayscale: #A4A4A4. Windows color (decimal): -1077423 or 5345263. OLE color: 5345263.
HSL color Cylindrical-coordinate representation of color #EF8F51: hue angle of 23.54º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF8F51 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 81 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.06 |
| HSL | 23.54º | 0.83% | 0.63% | - |
| HSV(B) | 23.54º | 0.66% | 0.94% | - |
| XYZ | 46.9 | 38.59 | 12.76 | - |
| YUV | 164.64 | 80.8 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 81 | 0 | 0.40 | 0.66 | 0.06 | 23.54 | 0.83 | 0.63 |
| Hex | EF | 8F | 51 | 0 | 28 | 42 | 6 | 18 | 53 | 3F |
| Octal | 357 | 217 | 121 | 0 | 50 | 102 | 6 | 30 | 123 | 77 |
| Binary | 11101111 | 10001111 | 1010001 | 0 | 101000 | 1000010 | 110 | 11000 | 1010011 | 111111 |
Color Harmonies of #EF8F51
Complementary color
Monochromatic Colors of #EF8F51
Black with #EF8F51
Text Example
Text Example
White with #EF8F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F51; }
p { color: rgb(239,143,81); }
H1.HeaderClassName
{
color: #EF8F51;
}
.AnyTagClassName
{
color: #EF8F51;
}
</style>
background-color css
<style>
a { background-color: #EF8F51; }
a { background-color: rgb(239,143,81); }
div.DivClassName
{
background-color: #EF8F51;
}
.BgClassName
{
background-color: #EF8F51;
}
</style>
border-color css
<style>
span { border-color: #EF8F51; }
span { border-color: rgb(239,143,81); }
td.TdClassName
{
border-color: #EF8F51;
}
.TagClassName
{
border-color: #EF8F51;
}
</style>