Shades of Crusta #EF7D4E
Tints of Crusta #EF7D4E
RGB
CMYK
RGB Variations
Color information
#EF7D4E (or 0xEF7D4E) is known color: Crusta. HEX triplet: EF, 7D and 4E. RGB value is (239,125,78). Sum of RGB (Red+Green+Blue) = 239+125+78=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D4E is #1082B1. Grayscale: #9A9A9A. Windows color (decimal): -1082034 or 5144047. OLE color: 5144047.
HSL color Cylindrical-coordinate representation of color #EF7D4E: hue angle of 17.52º 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 #EF7D4E is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 78 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.06 |
| HSL | 17.52º | 0.83% | 0.62% | - |
| HSV(B) | 17.52º | 0.67% | 0.94% | - |
| XYZ | 44.31 | 33.57 | 11.35 | - |
| YUV | 153.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 78 | 0 | 0.48 | 0.67 | 0.06 | 17.52 | 0.83 | 0.62 |
| Hex | EF | 7D | 4E | 0 | 30 | 43 | 6 | 12 | 53 | 3E |
| Octal | 357 | 175 | 116 | 0 | 60 | 103 | 6 | 22 | 123 | 76 |
| Binary | 11101111 | 1111101 | 1001110 | 0 | 110000 | 1000011 | 110 | 10010 | 1010011 | 111110 |
Color Harmonies of #EF7D4E
Complementary color
Monochromatic Colors of #EF7D4E
Black with #EF7D4E
Text Example
Text Example
White with #EF7D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D4E; }
p { color: rgb(239,125,78); }
H1.HeaderClassName
{
color: #EF7D4E;
}
.AnyTagClassName
{
color: #EF7D4E;
}
</style>
background-color css
<style>
a { background-color: #EF7D4E; }
a { background-color: rgb(239,125,78); }
div.DivClassName
{
background-color: #EF7D4E;
}
.BgClassName
{
background-color: #EF7D4E;
}
</style>
border-color css
<style>
span { border-color: #EF7D4E; }
span { border-color: rgb(239,125,78); }
td.TdClassName
{
border-color: #EF7D4E;
}
.TagClassName
{
border-color: #EF7D4E;
}
</style>