Shades of Crusta #EF8450
Tints of Crusta #EF8450
RGB
CMYK
RGB Variations
Color information
#EF8450 (or 0xEF8450) is known color: Crusta. HEX triplet: EF, 84 and 50. RGB value is (239,132,80). Sum of RGB (Red+Green+Blue) = 239+132+80=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8450 is #107BAF. Grayscale: #9E9E9E. Windows color (decimal): -1080240 or 5276911. OLE color: 5276911.
HSL color Cylindrical-coordinate representation of color #EF8450: hue angle of 19.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF8450 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 80 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.06 |
| HSL | 19.62º | 0.83% | 0.63% | - |
| HSV(B) | 19.62º | 0.67% | 0.94% | - |
| XYZ | 45.3 | 35.43 | 12.04 | - |
| YUV | 158.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 80 | 0 | 0.45 | 0.67 | 0.06 | 19.62 | 0.83 | 0.63 |
| Hex | EF | 84 | 50 | 0 | 2D | 43 | 6 | 14 | 53 | 3F |
| Octal | 357 | 204 | 120 | 0 | 55 | 103 | 6 | 24 | 123 | 77 |
| Binary | 11101111 | 10000100 | 1010000 | 0 | 101101 | 1000011 | 110 | 10100 | 1010011 | 111111 |
Color Harmonies of #EF8450
Complementary color
Monochromatic Colors of #EF8450
Black with #EF8450
Text Example
Text Example
White with #EF8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8450; }
p { color: rgb(239,132,80); }
H1.HeaderClassName
{
color: #EF8450;
}
.AnyTagClassName
{
color: #EF8450;
}
</style>
background-color css
<style>
a { background-color: #EF8450; }
a { background-color: rgb(239,132,80); }
div.DivClassName
{
background-color: #EF8450;
}
.BgClassName
{
background-color: #EF8450;
}
</style>
border-color css
<style>
span { border-color: #EF8450; }
span { border-color: rgb(239,132,80); }
td.TdClassName
{
border-color: #EF8450;
}
.TagClassName
{
border-color: #EF8450;
}
</style>