Shades of Crusta #EF8250
Tints of Crusta #EF8250
RGB
CMYK
RGB Variations
Color information
#EF8250 (or 0xEF8250) is known color: Crusta. HEX triplet: EF, 82 and 50. RGB value is (239,130,80). Sum of RGB (Red+Green+Blue) = 239+130+80=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8250 is #107DAF. Grayscale: #9D9D9D. Windows color (decimal): -1080752 or 5276399. OLE color: 5276399.
HSL color Cylindrical-coordinate representation of color #EF8250: hue angle of 18.87º 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 #EF8250 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 80 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.06 |
| HSL | 18.87º | 0.83% | 0.63% | - |
| HSV(B) | 18.87º | 0.67% | 0.94% | - |
| XYZ | 45.03 | 34.9 | 11.95 | - |
| YUV | 156.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 80 | 0 | 0.46 | 0.67 | 0.06 | 18.87 | 0.83 | 0.63 |
| Hex | EF | 82 | 50 | 0 | 2E | 43 | 6 | 13 | 53 | 3F |
| Octal | 357 | 202 | 120 | 0 | 56 | 103 | 6 | 23 | 123 | 77 |
| Binary | 11101111 | 10000010 | 1010000 | 0 | 101110 | 1000011 | 110 | 10011 | 1010011 | 111111 |
Color Harmonies of #EF8250
Complementary color
Monochromatic Colors of #EF8250
Black with #EF8250
Text Example
Text Example
White with #EF8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8250; }
p { color: rgb(239,130,80); }
H1.HeaderClassName
{
color: #EF8250;
}
.AnyTagClassName
{
color: #EF8250;
}
</style>
background-color css
<style>
a { background-color: #EF8250; }
a { background-color: rgb(239,130,80); }
div.DivClassName
{
background-color: #EF8250;
}
.BgClassName
{
background-color: #EF8250;
}
</style>
border-color css
<style>
span { border-color: #EF8250; }
span { border-color: rgb(239,130,80); }
td.TdClassName
{
border-color: #EF8250;
}
.TagClassName
{
border-color: #EF8250;
}
</style>