Shades of Crusta #EF8754
Tints of Crusta #EF8754
RGB
CMYK
RGB Variations
Color information
#EF8754 (or 0xEF8754) is known color: Crusta. HEX triplet: EF, 87 and 54. RGB value is (239,135,84). Sum of RGB (Red+Green+Blue) = 239+135+84=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8754 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8754 is #1078AB. Grayscale: #A0A0A0. Windows color (decimal): -1079468 or 5539823. OLE color: 5539823.
HSL color Cylindrical-coordinate representation of color #EF8754: hue angle of 19.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF8754 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 84 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.06 |
| HSL | 19.74º | 0.83% | 0.63% | - |
| HSV(B) | 19.74º | 0.65% | 0.94% | - |
| XYZ | 45.86 | 36.32 | 12.98 | - |
| YUV | 160.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 84 | 0 | 0.44 | 0.65 | 0.06 | 19.74 | 0.83 | 0.63 |
| Hex | EF | 87 | 54 | 0 | 2C | 41 | 6 | 14 | 53 | 3F |
| Octal | 357 | 207 | 124 | 0 | 54 | 101 | 6 | 24 | 123 | 77 |
| Binary | 11101111 | 10000111 | 1010100 | 0 | 101100 | 1000001 | 110 | 10100 | 1010011 | 111111 |
Color Harmonies of #EF8754
Complementary color
Monochromatic Colors of #EF8754
Black with #EF8754
Text Example
Text Example
White with #EF8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8754; }
p { color: rgb(239,135,84); }
H1.HeaderClassName
{
color: #EF8754;
}
.AnyTagClassName
{
color: #EF8754;
}
</style>
background-color css
<style>
a { background-color: #EF8754; }
a { background-color: rgb(239,135,84); }
div.DivClassName
{
background-color: #EF8754;
}
.BgClassName
{
background-color: #EF8754;
}
</style>
border-color css
<style>
span { border-color: #EF8754; }
span { border-color: rgb(239,135,84); }
td.TdClassName
{
border-color: #EF8754;
}
.TagClassName
{
border-color: #EF8754;
}
</style>