Shades of Crusta #ED8458
Tints of Crusta #ED8458
RGB
CMYK
RGB Variations
Color information
#ED8458 (or 0xED8458) is known color: Crusta. HEX triplet: ED, 84 and 58. RGB value is (237,132,88). Sum of RGB (Red+Green+Blue) = 237+132+88=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8458 is #127BA7. Grayscale: #9E9E9E. Windows color (decimal): -1211304 or 5801197. OLE color: 5801197.
HSL color Cylindrical-coordinate representation of color #ED8458: hue angle of 17.72º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED8458 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 88 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.07 |
| HSL | 17.72º | 0.81% | 0.64% | - |
| HSV(B) | 17.72º | 0.63% | 0.93% | - |
| XYZ | 44.94 | 35.21 | 13.66 | - |
| YUV | 158.38 | 88.29 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 88 | 0 | 0.44 | 0.63 | 0.07 | 17.72 | 0.81 | 0.64 |
| Hex | ED | 84 | 58 | 0 | 2C | 3F | 7 | 12 | 51 | 40 |
| Octal | 355 | 204 | 130 | 0 | 54 | 77 | 7 | 22 | 121 | 100 |
| Binary | 11101101 | 10000100 | 1011000 | 0 | 101100 | 111111 | 111 | 10010 | 1010001 | 1000000 |
Color Harmonies of #ED8458
Complementary color
Monochromatic Colors of #ED8458
Black with #ED8458
Text Example
Text Example
White with #ED8458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8458; }
p { color: rgb(237,132,88); }
H1.HeaderClassName
{
color: #ED8458;
}
.AnyTagClassName
{
color: #ED8458;
}
</style>
background-color css
<style>
a { background-color: #ED8458; }
a { background-color: rgb(237,132,88); }
div.DivClassName
{
background-color: #ED8458;
}
.BgClassName
{
background-color: #ED8458;
}
</style>
border-color css
<style>
span { border-color: #ED8458; }
span { border-color: rgb(237,132,88); }
td.TdClassName
{
border-color: #ED8458;
}
.TagClassName
{
border-color: #ED8458;
}
</style>