Shades of Crusta #EF8260
Tints of Crusta #EF8260
RGB
CMYK
RGB Variations
Color information
#EF8260 (or 0xEF8260) is known color: Crusta. HEX triplet: EF, 82 and 60. RGB value is (239,130,96). Sum of RGB (Red+Green+Blue) = 239+130+96=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8260 is #107D9F. Grayscale: #9E9E9E. Windows color (decimal): -1080736 or 6324975. OLE color: 6324975.
HSL color Cylindrical-coordinate representation of color #EF8260: hue angle of 14.27º 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 #EF8260 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 96 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.06 |
| HSL | 14.27º | 0.82% | 0.66% | - |
| HSV(B) | 14.27º | 0.6% | 0.94% | - |
| XYZ | 45.69 | 35.16 | 15.44 | - |
| YUV | 158.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 96 | 0 | 0.46 | 0.60 | 0.06 | 14.27 | 0.82 | 0.66 |
| Hex | EF | 82 | 60 | 0 | 2E | 3C | 6 | E | 52 | 42 |
| Octal | 357 | 202 | 140 | 0 | 56 | 74 | 6 | 16 | 122 | 102 |
| Binary | 11101111 | 10000010 | 1100000 | 0 | 101110 | 111100 | 110 | 1110 | 1010010 | 1000010 |
Color Harmonies of #EF8260
Complementary color
Monochromatic Colors of #EF8260
Black with #EF8260
Text Example
Text Example
White with #EF8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8260; }
p { color: rgb(239,130,96); }
H1.HeaderClassName
{
color: #EF8260;
}
.AnyTagClassName
{
color: #EF8260;
}
</style>
background-color css
<style>
a { background-color: #EF8260; }
a { background-color: rgb(239,130,96); }
div.DivClassName
{
background-color: #EF8260;
}
.BgClassName
{
background-color: #EF8260;
}
</style>
border-color css
<style>
span { border-color: #EF8260; }
span { border-color: rgb(239,130,96); }
td.TdClassName
{
border-color: #EF8260;
}
.TagClassName
{
border-color: #EF8260;
}
</style>