Shades of Crusta #EF8857
Tints of Crusta #EF8857
RGB
CMYK
RGB Variations
Color information
#EF8857 (or 0xEF8857) is known color: Crusta. HEX triplet: EF, 88 and 57. RGB value is (239,136,87). Sum of RGB (Red+Green+Blue) = 239+136+87=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8857 is #1077A8. Grayscale: #A1A1A1. Windows color (decimal): -1079209 or 5736687. OLE color: 5736687.
HSL color Cylindrical-coordinate representation of color #EF8857: hue angle of 19.34º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF8857 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 87 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.06 |
| HSL | 19.34º | 0.83% | 0.64% | - |
| HSV(B) | 19.34º | 0.64% | 0.94% | - |
| XYZ | 46.12 | 36.65 | 13.66 | - |
| YUV | 161.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 87 | 0 | 0.43 | 0.64 | 0.06 | 19.34 | 0.83 | 0.64 |
| Hex | EF | 88 | 57 | 0 | 2B | 40 | 6 | 13 | 53 | 40 |
| Octal | 357 | 210 | 127 | 0 | 53 | 100 | 6 | 23 | 123 | 100 |
| Binary | 11101111 | 10001000 | 1010111 | 0 | 101011 | 1000000 | 110 | 10011 | 1010011 | 1000000 |
Color Harmonies of #EF8857
Complementary color
Monochromatic Colors of #EF8857
Black with #EF8857
Text Example
Text Example
White with #EF8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8857; }
p { color: rgb(239,136,87); }
H1.HeaderClassName
{
color: #EF8857;
}
.AnyTagClassName
{
color: #EF8857;
}
</style>
background-color css
<style>
a { background-color: #EF8857; }
a { background-color: rgb(239,136,87); }
div.DivClassName
{
background-color: #EF8857;
}
.BgClassName
{
background-color: #EF8857;
}
</style>
border-color css
<style>
span { border-color: #EF8857; }
span { border-color: rgb(239,136,87); }
td.TdClassName
{
border-color: #EF8857;
}
.TagClassName
{
border-color: #EF8857;
}
</style>