Shades of Crusta #EF8C4E
Tints of Crusta #EF8C4E
RGB
CMYK
RGB Variations
Color information
#EF8C4E (or 0xEF8C4E) is known color: Crusta. HEX triplet: EF, 8C and 4E. RGB value is (239,140,78). Sum of RGB (Red+Green+Blue) = 239+140+78=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C4E is #1073B1. Grayscale: #A2A2A2. Windows color (decimal): -1078194 or 5147887. OLE color: 5147887.
HSL color Cylindrical-coordinate representation of color #EF8C4E: hue angle of 23.11º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF8C4E is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 78 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.06 |
| HSL | 23.11º | 0.83% | 0.62% | - |
| HSV(B) | 23.11º | 0.67% | 0.94% | - |
| XYZ | 46.35 | 37.66 | 12.03 | - |
| YUV | 162.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 78 | 0 | 0.41 | 0.67 | 0.06 | 23.11 | 0.83 | 0.62 |
| Hex | EF | 8C | 4E | 0 | 29 | 43 | 6 | 17 | 53 | 3E |
| Octal | 357 | 214 | 116 | 0 | 51 | 103 | 6 | 27 | 123 | 76 |
| Binary | 11101111 | 10001100 | 1001110 | 0 | 101001 | 1000011 | 110 | 10111 | 1010011 | 111110 |
Color Harmonies of #EF8C4E
Complementary color
Monochromatic Colors of #EF8C4E
Black with #EF8C4E
Text Example
Text Example
White with #EF8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C4E; }
p { color: rgb(239,140,78); }
H1.HeaderClassName
{
color: #EF8C4E;
}
.AnyTagClassName
{
color: #EF8C4E;
}
</style>
background-color css
<style>
a { background-color: #EF8C4E; }
a { background-color: rgb(239,140,78); }
div.DivClassName
{
background-color: #EF8C4E;
}
.BgClassName
{
background-color: #EF8C4E;
}
</style>
border-color css
<style>
span { border-color: #EF8C4E; }
span { border-color: rgb(239,140,78); }
td.TdClassName
{
border-color: #EF8C4E;
}
.TagClassName
{
border-color: #EF8C4E;
}
</style>