Shades of Crusta #ED7E59
Tints of Crusta #ED7E59
RGB
CMYK
RGB Variations
Color information
#ED7E59 (or 0xED7E59) is known color: Crusta. HEX triplet: ED, 7E and 59. RGB value is (237,126,89). Sum of RGB (Red+Green+Blue) = 237+126+89=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E59 is #1281A6. Grayscale: #9B9B9B. Windows color (decimal): -1212839 or 5865197. OLE color: 5865197.
HSL color Cylindrical-coordinate representation of color #ED7E59: hue angle of 15º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED7E59 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 89 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.07 |
| HSL | 15º | 0.8% | 0.64% | - |
| HSV(B) | 15º | 0.62% | 0.93% | - |
| XYZ | 44.19 | 33.65 | 13.62 | - |
| YUV | 154.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 89 | 0 | 0.47 | 0.62 | 0.07 | 15 | 0.8 | 0.64 |
| Hex | ED | 7E | 59 | 0 | 2F | 3E | 7 | F | 50 | 40 |
| Octal | 355 | 176 | 131 | 0 | 57 | 76 | 7 | 17 | 120 | 100 |
| Binary | 11101101 | 1111110 | 1011001 | 0 | 101111 | 111110 | 111 | 1111 | 1010000 | 1000000 |
Color Harmonies of #ED7E59
Complementary color
Monochromatic Colors of #ED7E59
Black with #ED7E59
Text Example
Text Example
White with #ED7E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7E59; }
p { color: rgb(237,126,89); }
H1.HeaderClassName
{
color: #ED7E59;
}
.AnyTagClassName
{
color: #ED7E59;
}
</style>
background-color css
<style>
a { background-color: #ED7E59; }
a { background-color: rgb(237,126,89); }
div.DivClassName
{
background-color: #ED7E59;
}
.BgClassName
{
background-color: #ED7E59;
}
</style>
border-color css
<style>
span { border-color: #ED7E59; }
span { border-color: rgb(237,126,89); }
td.TdClassName
{
border-color: #ED7E59;
}
.TagClassName
{
border-color: #ED7E59;
}
</style>