Shades of Crusta #EF8C5F
Tints of Crusta #EF8C5F
RGB
CMYK
RGB Variations
Color information
#EF8C5F (or 0xEF8C5F) is known color: Crusta. HEX triplet: EF, 8C and 5F. RGB value is (239,140,95). Sum of RGB (Red+Green+Blue) = 239+140+95=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C5F is #1073A0. Grayscale: #A4A4A4. Windows color (decimal): -1078177 or 6261999. OLE color: 6261999.
HSL color Cylindrical-coordinate representation of color #EF8C5F: hue angle of 18.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF8C5F is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 95 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.06 |
| HSL | 18.75º | 0.82% | 0.65% | - |
| HSV(B) | 18.75º | 0.6% | 0.94% | - |
| XYZ | 47.04 | 37.93 | 15.67 | - |
| YUV | 164.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 95 | 0 | 0.41 | 0.60 | 0.06 | 18.75 | 0.82 | 0.65 |
| Hex | EF | 8C | 5F | 0 | 29 | 3C | 6 | 13 | 52 | 41 |
| Octal | 357 | 214 | 137 | 0 | 51 | 74 | 6 | 23 | 122 | 101 |
| Binary | 11101111 | 10001100 | 1011111 | 0 | 101001 | 111100 | 110 | 10011 | 1010010 | 1000001 |
Color Harmonies of #EF8C5F
Complementary color
Monochromatic Colors of #EF8C5F
Black with #EF8C5F
Text Example
Text Example
White with #EF8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C5F; }
p { color: rgb(239,140,95); }
H1.HeaderClassName
{
color: #EF8C5F;
}
.AnyTagClassName
{
color: #EF8C5F;
}
</style>
background-color css
<style>
a { background-color: #EF8C5F; }
a { background-color: rgb(239,140,95); }
div.DivClassName
{
background-color: #EF8C5F;
}
.BgClassName
{
background-color: #EF8C5F;
}
</style>
border-color css
<style>
span { border-color: #EF8C5F; }
span { border-color: rgb(239,140,95); }
td.TdClassName
{
border-color: #EF8C5F;
}
.TagClassName
{
border-color: #EF8C5F;
}
</style>