Shades of Crusta #EF7E58
Tints of Crusta #EF7E58
RGB
CMYK
RGB Variations
Color information
#EF7E58 (or 0xEF7E58) is known color: Crusta. HEX triplet: EF, 7E and 58. RGB value is (239,126,88). Sum of RGB (Red+Green+Blue) = 239+126+88=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E58 is #1081A7. Grayscale: #9B9B9B. Windows color (decimal): -1081768 or 5799663. OLE color: 5799663.
HSL color Cylindrical-coordinate representation of color #EF7E58: hue angle of 15.1º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF7E58 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 88 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.06 |
| HSL | 15.1º | 0.83% | 0.64% | - |
| HSV(B) | 15.1º | 0.63% | 0.94% | - |
| XYZ | 44.82 | 33.98 | 13.43 | - |
| YUV | 155.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 88 | 0 | 0.47 | 0.63 | 0.06 | 15.1 | 0.83 | 0.64 |
| Hex | EF | 7E | 58 | 0 | 2F | 3F | 6 | F | 53 | 40 |
| Octal | 357 | 176 | 130 | 0 | 57 | 77 | 6 | 17 | 123 | 100 |
| Binary | 11101111 | 1111110 | 1011000 | 0 | 101111 | 111111 | 110 | 1111 | 1010011 | 1000000 |
Color Harmonies of #EF7E58
Complementary color
Monochromatic Colors of #EF7E58
Black with #EF7E58
Text Example
Text Example
White with #EF7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E58; }
p { color: rgb(239,126,88); }
H1.HeaderClassName
{
color: #EF7E58;
}
.AnyTagClassName
{
color: #EF7E58;
}
</style>
background-color css
<style>
a { background-color: #EF7E58; }
a { background-color: rgb(239,126,88); }
div.DivClassName
{
background-color: #EF7E58;
}
.BgClassName
{
background-color: #EF7E58;
}
</style>
border-color css
<style>
span { border-color: #EF7E58; }
span { border-color: rgb(239,126,88); }
td.TdClassName
{
border-color: #EF7E58;
}
.TagClassName
{
border-color: #EF7E58;
}
</style>