Shades of Crusta #EF8758
Tints of Crusta #EF8758
RGB
CMYK
RGB Variations
Color information
#EF8758 (or 0xEF8758) is known color: Crusta. HEX triplet: EF, 87 and 58. RGB value is (239,135,88). Sum of RGB (Red+Green+Blue) = 239+135+88=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8758 is #1078A7. Grayscale: #A1A1A1. Windows color (decimal): -1079464 or 5801967. OLE color: 5801967.
HSL color Cylindrical-coordinate representation of color #EF8758: hue angle of 18.68º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF8758 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 88 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.06 |
| HSL | 18.68º | 0.83% | 0.64% | - |
| HSV(B) | 18.68º | 0.63% | 0.94% | - |
| XYZ | 46.02 | 36.38 | 13.83 | - |
| YUV | 160.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 88 | 0 | 0.44 | 0.63 | 0.06 | 18.68 | 0.83 | 0.64 |
| Hex | EF | 87 | 58 | 0 | 2C | 3F | 6 | 13 | 53 | 40 |
| Octal | 357 | 207 | 130 | 0 | 54 | 77 | 6 | 23 | 123 | 100 |
| Binary | 11101111 | 10000111 | 1011000 | 0 | 101100 | 111111 | 110 | 10011 | 1010011 | 1000000 |
Color Harmonies of #EF8758
Complementary color
Monochromatic Colors of #EF8758
Black with #EF8758
Text Example
Text Example
White with #EF8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8758; }
p { color: rgb(239,135,88); }
H1.HeaderClassName
{
color: #EF8758;
}
.AnyTagClassName
{
color: #EF8758;
}
</style>
background-color css
<style>
a { background-color: #EF8758; }
a { background-color: rgb(239,135,88); }
div.DivClassName
{
background-color: #EF8758;
}
.BgClassName
{
background-color: #EF8758;
}
</style>
border-color css
<style>
span { border-color: #EF8758; }
span { border-color: rgb(239,135,88); }
td.TdClassName
{
border-color: #EF8758;
}
.TagClassName
{
border-color: #EF8758;
}
</style>