Shades of Crusta #EF8851
Tints of Crusta #EF8851
RGB
CMYK
RGB Variations
Color information
#EF8851 (or 0xEF8851) is known color: Crusta. HEX triplet: EF, 88 and 51. RGB value is (239,136,81). Sum of RGB (Red+Green+Blue) = 239+136+81=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8851 is #1077AE. Grayscale: #A0A0A0. Windows color (decimal): -1079215 or 5343471. OLE color: 5343471.
HSL color Cylindrical-coordinate representation of color #EF8851: hue angle of 20.89º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF8851 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 81 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.06 |
| HSL | 20.89º | 0.83% | 0.63% | - |
| HSV(B) | 20.89º | 0.66% | 0.94% | - |
| XYZ | 45.89 | 36.55 | 12.42 | - |
| YUV | 160.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 81 | 0 | 0.43 | 0.66 | 0.06 | 20.89 | 0.83 | 0.63 |
| Hex | EF | 88 | 51 | 0 | 2B | 42 | 6 | 15 | 53 | 3F |
| Octal | 357 | 210 | 121 | 0 | 53 | 102 | 6 | 25 | 123 | 77 |
| Binary | 11101111 | 10001000 | 1010001 | 0 | 101011 | 1000010 | 110 | 10101 | 1010011 | 111111 |
Color Harmonies of #EF8851
Complementary color
Monochromatic Colors of #EF8851
Black with #EF8851
Text Example
Text Example
White with #EF8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8851; }
p { color: rgb(239,136,81); }
H1.HeaderClassName
{
color: #EF8851;
}
.AnyTagClassName
{
color: #EF8851;
}
</style>
background-color css
<style>
a { background-color: #EF8851; }
a { background-color: rgb(239,136,81); }
div.DivClassName
{
background-color: #EF8851;
}
.BgClassName
{
background-color: #EF8851;
}
</style>
border-color css
<style>
span { border-color: #EF8851; }
span { border-color: rgb(239,136,81); }
td.TdClassName
{
border-color: #EF8851;
}
.TagClassName
{
border-color: #EF8851;
}
</style>