Shades of Crusta #EF8562
Tints of Crusta #EF8562
RGB
CMYK
RGB Variations
Color information
#EF8562 (or 0xEF8562) is known color: Crusta. HEX triplet: EF, 85 and 62. RGB value is (239,133,98). Sum of RGB (Red+Green+Blue) = 239+133+98=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8562 is #107A9D. Grayscale: #A0A0A0. Windows color (decimal): -1079966 or 6456815. OLE color: 6456815.
HSL color Cylindrical-coordinate representation of color #EF8562: hue angle of 14.89º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF8562 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 98 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.06 |
| HSL | 14.89º | 0.82% | 0.66% | - |
| HSV(B) | 14.89º | 0.59% | 0.94% | - |
| XYZ | 46.19 | 36.01 | 16.07 | - |
| YUV | 160.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 98 | 0 | 0.44 | 0.59 | 0.06 | 14.89 | 0.82 | 0.66 |
| Hex | EF | 85 | 62 | 0 | 2C | 3B | 6 | F | 52 | 42 |
| Octal | 357 | 205 | 142 | 0 | 54 | 73 | 6 | 17 | 122 | 102 |
| Binary | 11101111 | 10000101 | 1100010 | 0 | 101100 | 111011 | 110 | 1111 | 1010010 | 1000010 |
Color Harmonies of #EF8562
Complementary color
Monochromatic Colors of #EF8562
Black with #EF8562
Text Example
Text Example
White with #EF8562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8562; }
p { color: rgb(239,133,98); }
H1.HeaderClassName
{
color: #EF8562;
}
.AnyTagClassName
{
color: #EF8562;
}
</style>
background-color css
<style>
a { background-color: #EF8562; }
a { background-color: rgb(239,133,98); }
div.DivClassName
{
background-color: #EF8562;
}
.BgClassName
{
background-color: #EF8562;
}
</style>
border-color css
<style>
span { border-color: #EF8562; }
span { border-color: rgb(239,133,98); }
td.TdClassName
{
border-color: #EF8562;
}
.TagClassName
{
border-color: #EF8562;
}
</style>