Shades of Crusta #EF7E4E
Tints of Crusta #EF7E4E
RGB
CMYK
RGB Variations
Color information
#EF7E4E (or 0xEF7E4E) is known color: Crusta. HEX triplet: EF, 7E and 4E. RGB value is (239,126,78). Sum of RGB (Red+Green+Blue) = 239+126+78=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E4E is #1081B1. Grayscale: #9A9A9A. Windows color (decimal): -1081778 or 5144303. OLE color: 5144303.
HSL color Cylindrical-coordinate representation of color #EF7E4E: hue angle of 17.89º 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 #EF7E4E is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 78 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.06 |
| HSL | 17.89º | 0.83% | 0.62% | - |
| HSV(B) | 17.89º | 0.67% | 0.94% | - |
| XYZ | 44.43 | 33.82 | 11.39 | - |
| YUV | 154.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 78 | 0 | 0.47 | 0.67 | 0.06 | 17.89 | 0.83 | 0.62 |
| Hex | EF | 7E | 4E | 0 | 2F | 43 | 6 | 12 | 53 | 3E |
| Octal | 357 | 176 | 116 | 0 | 57 | 103 | 6 | 22 | 123 | 76 |
| Binary | 11101111 | 1111110 | 1001110 | 0 | 101111 | 1000011 | 110 | 10010 | 1010011 | 111110 |
Color Harmonies of #EF7E4E
Complementary color
Monochromatic Colors of #EF7E4E
Black with #EF7E4E
Text Example
Text Example
White with #EF7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E4E; }
p { color: rgb(239,126,78); }
H1.HeaderClassName
{
color: #EF7E4E;
}
.AnyTagClassName
{
color: #EF7E4E;
}
</style>
background-color css
<style>
a { background-color: #EF7E4E; }
a { background-color: rgb(239,126,78); }
div.DivClassName
{
background-color: #EF7E4E;
}
.BgClassName
{
background-color: #EF7E4E;
}
</style>
border-color css
<style>
span { border-color: #EF7E4E; }
span { border-color: rgb(239,126,78); }
td.TdClassName
{
border-color: #EF7E4E;
}
.TagClassName
{
border-color: #EF7E4E;
}
</style>