Shades of Crusta #EF8C59
Tints of Crusta #EF8C59
RGB
CMYK
RGB Variations
Color information
#EF8C59 (or 0xEF8C59) is known color: Crusta. HEX triplet: EF, 8C and 59. RGB value is (239,140,89). Sum of RGB (Red+Green+Blue) = 239+140+89=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C59 is #1073A6. Grayscale: #A4A4A4. Windows color (decimal): -1078183 or 5868783. OLE color: 5868783.
HSL color Cylindrical-coordinate representation of color #EF8C59: hue angle of 20.4º degrees, saturation: 0.82, 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 #EF8C59 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 89 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.06 |
| HSL | 20.4º | 0.82% | 0.64% | - |
| HSV(B) | 20.4º | 0.63% | 0.94% | - |
| XYZ | 46.78 | 37.83 | 14.29 | - |
| YUV | 163.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 89 | 0 | 0.41 | 0.63 | 0.06 | 20.4 | 0.82 | 0.64 |
| Hex | EF | 8C | 59 | 0 | 29 | 3F | 6 | 14 | 52 | 40 |
| Octal | 357 | 214 | 131 | 0 | 51 | 77 | 6 | 24 | 122 | 100 |
| Binary | 11101111 | 10001100 | 1011001 | 0 | 101001 | 111111 | 110 | 10100 | 1010010 | 1000000 |
Color Harmonies of #EF8C59
Complementary color
Monochromatic Colors of #EF8C59
Black with #EF8C59
Text Example
Text Example
White with #EF8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C59; }
p { color: rgb(239,140,89); }
H1.HeaderClassName
{
color: #EF8C59;
}
.AnyTagClassName
{
color: #EF8C59;
}
</style>
background-color css
<style>
a { background-color: #EF8C59; }
a { background-color: rgb(239,140,89); }
div.DivClassName
{
background-color: #EF8C59;
}
.BgClassName
{
background-color: #EF8C59;
}
</style>
border-color css
<style>
span { border-color: #EF8C59; }
span { border-color: rgb(239,140,89); }
td.TdClassName
{
border-color: #EF8C59;
}
.TagClassName
{
border-color: #EF8C59;
}
</style>