Shades of Crusta #EF8A50
Tints of Crusta #EF8A50
RGB
CMYK
RGB Variations
Color information
#EF8A50 (or 0xEF8A50) is known color: Crusta. HEX triplet: EF, 8A and 50. RGB value is (239,138,80). Sum of RGB (Red+Green+Blue) = 239+138+80=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A50 is #1075AF. Grayscale: #A1A1A1. Windows color (decimal): -1078704 or 5278447. OLE color: 5278447.
HSL color Cylindrical-coordinate representation of color #EF8A50: hue angle of 21.89º 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 #EF8A50 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 80 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.06 |
| HSL | 21.89º | 0.83% | 0.63% | - |
| HSV(B) | 21.89º | 0.67% | 0.94% | - |
| XYZ | 46.13 | 37.11 | 12.32 | - |
| YUV | 161.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 80 | 0 | 0.42 | 0.67 | 0.06 | 21.89 | 0.83 | 0.63 |
| Hex | EF | 8A | 50 | 0 | 2A | 43 | 6 | 16 | 53 | 3F |
| Octal | 357 | 212 | 120 | 0 | 52 | 103 | 6 | 26 | 123 | 77 |
| Binary | 11101111 | 10001010 | 1010000 | 0 | 101010 | 1000011 | 110 | 10110 | 1010011 | 111111 |
Color Harmonies of #EF8A50
Complementary color
Monochromatic Colors of #EF8A50
Black with #EF8A50
Text Example
Text Example
White with #EF8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A50; }
p { color: rgb(239,138,80); }
H1.HeaderClassName
{
color: #EF8A50;
}
.AnyTagClassName
{
color: #EF8A50;
}
</style>
background-color css
<style>
a { background-color: #EF8A50; }
a { background-color: rgb(239,138,80); }
div.DivClassName
{
background-color: #EF8A50;
}
.BgClassName
{
background-color: #EF8A50;
}
</style>
border-color css
<style>
span { border-color: #EF8A50; }
span { border-color: rgb(239,138,80); }
td.TdClassName
{
border-color: #EF8A50;
}
.TagClassName
{
border-color: #EF8A50;
}
</style>