Shades of Crusta #EF8356
Tints of Crusta #EF8356
RGB
CMYK
RGB Variations
Color information
#EF8356 (or 0xEF8356) is known color: Crusta. HEX triplet: EF, 83 and 56. RGB value is (239,131,86). Sum of RGB (Red+Green+Blue) = 239+131+86=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8356 is #107CA9. Grayscale: #9E9E9E. Windows color (decimal): -1080490 or 5669871. OLE color: 5669871.
HSL color Cylindrical-coordinate representation of color #EF8356: hue angle of 17.65º 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 #EF8356 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 86 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.06 |
| HSL | 17.65º | 0.83% | 0.64% | - |
| HSV(B) | 17.65º | 0.64% | 0.94% | - |
| XYZ | 45.39 | 35.26 | 13.22 | - |
| YUV | 158.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 86 | 0 | 0.45 | 0.64 | 0.06 | 17.65 | 0.83 | 0.64 |
| Hex | EF | 83 | 56 | 0 | 2D | 40 | 6 | 12 | 53 | 40 |
| Octal | 357 | 203 | 126 | 0 | 55 | 100 | 6 | 22 | 123 | 100 |
| Binary | 11101111 | 10000011 | 1010110 | 0 | 101101 | 1000000 | 110 | 10010 | 1010011 | 1000000 |
Color Harmonies of #EF8356
Complementary color
Monochromatic Colors of #EF8356
Black with #EF8356
Text Example
Text Example
White with #EF8356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8356; }
p { color: rgb(239,131,86); }
H1.HeaderClassName
{
color: #EF8356;
}
.AnyTagClassName
{
color: #EF8356;
}
</style>
background-color css
<style>
a { background-color: #EF8356; }
a { background-color: rgb(239,131,86); }
div.DivClassName
{
background-color: #EF8356;
}
.BgClassName
{
background-color: #EF8356;
}
</style>
border-color css
<style>
span { border-color: #EF8356; }
span { border-color: rgb(239,131,86); }
td.TdClassName
{
border-color: #EF8356;
}
.TagClassName
{
border-color: #EF8356;
}
</style>