Shades of Crusta #EF8755
Tints of Crusta #EF8755
RGB
CMYK
RGB Variations
Color information
#EF8755 (or 0xEF8755) is known color: Crusta. HEX triplet: EF, 87 and 55. RGB value is (239,135,85). Sum of RGB (Red+Green+Blue) = 239+135+85=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8755 is #1078AA. Grayscale: #A0A0A0. Windows color (decimal): -1079467 or 5605359. OLE color: 5605359.
HSL color Cylindrical-coordinate representation of color #EF8755: hue angle of 19.48º 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 #EF8755 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 85 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.06 |
| HSL | 19.48º | 0.83% | 0.64% | - |
| HSV(B) | 19.48º | 0.64% | 0.94% | - |
| XYZ | 45.9 | 36.33 | 13.19 | - |
| YUV | 160.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 85 | 0 | 0.44 | 0.64 | 0.06 | 19.48 | 0.83 | 0.64 |
| Hex | EF | 87 | 55 | 0 | 2C | 40 | 6 | 13 | 53 | 40 |
| Octal | 357 | 207 | 125 | 0 | 54 | 100 | 6 | 23 | 123 | 100 |
| Binary | 11101111 | 10000111 | 1010101 | 0 | 101100 | 1000000 | 110 | 10011 | 1010011 | 1000000 |
Color Harmonies of #EF8755
Complementary color
Monochromatic Colors of #EF8755
Black with #EF8755
Text Example
Text Example
White with #EF8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8755; }
p { color: rgb(239,135,85); }
H1.HeaderClassName
{
color: #EF8755;
}
.AnyTagClassName
{
color: #EF8755;
}
</style>
background-color css
<style>
a { background-color: #EF8755; }
a { background-color: rgb(239,135,85); }
div.DivClassName
{
background-color: #EF8755;
}
.BgClassName
{
background-color: #EF8755;
}
</style>
border-color css
<style>
span { border-color: #EF8755; }
span { border-color: rgb(239,135,85); }
td.TdClassName
{
border-color: #EF8755;
}
.TagClassName
{
border-color: #EF8755;
}
</style>