Shades of Crusta #ED7E50
Tints of Crusta #ED7E50
RGB
CMYK
RGB Variations
Color information
#ED7E50 (or 0xED7E50) is known color: Crusta. HEX triplet: ED, 7E and 50. RGB value is (237,126,80). Sum of RGB (Red+Green+Blue) = 237+126+80=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E50 is #1281AF. Grayscale: #9A9A9A. Windows color (decimal): -1212848 or 5275373. OLE color: 5275373.
HSL color Cylindrical-coordinate representation of color #ED7E50: hue angle of 17.58º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED7E50 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 80 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.07 |
| HSL | 17.58º | 0.81% | 0.62% | - |
| HSV(B) | 17.58º | 0.66% | 0.93% | - |
| XYZ | 43.83 | 33.51 | 11.75 | - |
| YUV | 153.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 80 | 0 | 0.47 | 0.66 | 0.07 | 17.58 | 0.81 | 0.62 |
| Hex | ED | 7E | 50 | 0 | 2F | 42 | 7 | 12 | 51 | 3E |
| Octal | 355 | 176 | 120 | 0 | 57 | 102 | 7 | 22 | 121 | 76 |
| Binary | 11101101 | 1111110 | 1010000 | 0 | 101111 | 1000010 | 111 | 10010 | 1010001 | 111110 |
Color Harmonies of #ED7E50
Complementary color
Monochromatic Colors of #ED7E50
Black with #ED7E50
Text Example
Text Example
White with #ED7E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7E50; }
p { color: rgb(237,126,80); }
H1.HeaderClassName
{
color: #ED7E50;
}
.AnyTagClassName
{
color: #ED7E50;
}
</style>
background-color css
<style>
a { background-color: #ED7E50; }
a { background-color: rgb(237,126,80); }
div.DivClassName
{
background-color: #ED7E50;
}
.BgClassName
{
background-color: #ED7E50;
}
</style>
border-color css
<style>
span { border-color: #ED7E50; }
span { border-color: rgb(237,126,80); }
td.TdClassName
{
border-color: #ED7E50;
}
.TagClassName
{
border-color: #ED7E50;
}
</style>