Shades of Crusta #ED8959
Tints of Crusta #ED8959
RGB
CMYK
RGB Variations
Color information
#ED8959 (or 0xED8959) is known color: Crusta. HEX triplet: ED, 89 and 59. RGB value is (237,137,89). Sum of RGB (Red+Green+Blue) = 237+137+89=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8959 is #1276A6. Grayscale: #A1A1A1. Windows color (decimal): -1210023 or 5868013. OLE color: 5868013.
HSL color Cylindrical-coordinate representation of color #ED8959: hue angle of 19.46º 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 #ED8959 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 89 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.07 |
| HSL | 19.46º | 0.8% | 0.64% | - |
| HSV(B) | 19.46º | 0.62% | 0.93% | - |
| XYZ | 45.67 | 36.62 | 14.11 | - |
| YUV | 161.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 89 | 0 | 0.42 | 0.62 | 0.07 | 19.46 | 0.8 | 0.64 |
| Hex | ED | 89 | 59 | 0 | 2A | 3E | 7 | 13 | 50 | 40 |
| Octal | 355 | 211 | 131 | 0 | 52 | 76 | 7 | 23 | 120 | 100 |
| Binary | 11101101 | 10001001 | 1011001 | 0 | 101010 | 111110 | 111 | 10011 | 1010000 | 1000000 |
Color Harmonies of #ED8959
Complementary color
Monochromatic Colors of #ED8959
Black with #ED8959
Text Example
Text Example
White with #ED8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8959; }
p { color: rgb(237,137,89); }
H1.HeaderClassName
{
color: #ED8959;
}
.AnyTagClassName
{
color: #ED8959;
}
</style>
background-color css
<style>
a { background-color: #ED8959; }
a { background-color: rgb(237,137,89); }
div.DivClassName
{
background-color: #ED8959;
}
.BgClassName
{
background-color: #ED8959;
}
</style>
border-color css
<style>
span { border-color: #ED8959; }
span { border-color: rgb(237,137,89); }
td.TdClassName
{
border-color: #ED8959;
}
.TagClassName
{
border-color: #ED8959;
}
</style>