Shades of Crusta #EF7E50
Tints of Crusta #EF7E50
RGB
CMYK
RGB Variations
Color information
#EF7E50 (or 0xEF7E50) is known color: Crusta. HEX triplet: EF, 7E and 50. RGB value is (239,126,80). Sum of RGB (Red+Green+Blue) = 239+126+80=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E50 is #1081AF. Grayscale: #9A9A9A. Windows color (decimal): -1081776 or 5275375. OLE color: 5275375.
HSL color Cylindrical-coordinate representation of color #EF7E50: hue angle of 17.36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF7E50 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 80 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.06 |
| HSL | 17.36º | 0.83% | 0.63% | - |
| HSV(B) | 17.36º | 0.67% | 0.94% | - |
| XYZ | 44.51 | 33.85 | 11.78 | - |
| YUV | 154.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 80 | 0 | 0.47 | 0.67 | 0.06 | 17.36 | 0.83 | 0.63 |
| Hex | EF | 7E | 50 | 0 | 2F | 43 | 6 | 11 | 53 | 3F |
| Octal | 357 | 176 | 120 | 0 | 57 | 103 | 6 | 21 | 123 | 77 |
| Binary | 11101111 | 1111110 | 1010000 | 0 | 101111 | 1000011 | 110 | 10001 | 1010011 | 111111 |
Color Harmonies of #EF7E50
Complementary color
Monochromatic Colors of #EF7E50
Black with #EF7E50
Text Example
Text Example
White with #EF7E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E50; }
p { color: rgb(239,126,80); }
H1.HeaderClassName
{
color: #EF7E50;
}
.AnyTagClassName
{
color: #EF7E50;
}
</style>
background-color css
<style>
a { background-color: #EF7E50; }
a { background-color: rgb(239,126,80); }
div.DivClassName
{
background-color: #EF7E50;
}
.BgClassName
{
background-color: #EF7E50;
}
</style>
border-color css
<style>
span { border-color: #EF7E50; }
span { border-color: rgb(239,126,80); }
td.TdClassName
{
border-color: #EF7E50;
}
.TagClassName
{
border-color: #EF7E50;
}
</style>