Shades of Crusta #ED8450
Tints of Crusta #ED8450
RGB
CMYK
RGB Variations
Color information
#ED8450 (or 0xED8450) is known color: Crusta. HEX triplet: ED, 84 and 50. RGB value is (237,132,80). Sum of RGB (Red+Green+Blue) = 237+132+80=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8450 is #127BAF. Grayscale: #9D9D9D. Windows color (decimal): -1211312 or 5276909. OLE color: 5276909.
HSL color Cylindrical-coordinate representation of color #ED8450: hue angle of 19.87º 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 #ED8450 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 80 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.07 |
| HSL | 19.87º | 0.81% | 0.62% | - |
| HSV(B) | 19.87º | 0.66% | 0.93% | - |
| XYZ | 44.62 | 35.09 | 12.01 | - |
| YUV | 157.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 80 | 0 | 0.44 | 0.66 | 0.07 | 19.87 | 0.81 | 0.62 |
| Hex | ED | 84 | 50 | 0 | 2C | 42 | 7 | 14 | 51 | 3E |
| Octal | 355 | 204 | 120 | 0 | 54 | 102 | 7 | 24 | 121 | 76 |
| Binary | 11101101 | 10000100 | 1010000 | 0 | 101100 | 1000010 | 111 | 10100 | 1010001 | 111110 |
Color Harmonies of #ED8450
Complementary color
Monochromatic Colors of #ED8450
Black with #ED8450
Text Example
Text Example
White with #ED8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8450; }
p { color: rgb(237,132,80); }
H1.HeaderClassName
{
color: #ED8450;
}
.AnyTagClassName
{
color: #ED8450;
}
</style>
background-color css
<style>
a { background-color: #ED8450; }
a { background-color: rgb(237,132,80); }
div.DivClassName
{
background-color: #ED8450;
}
.BgClassName
{
background-color: #ED8450;
}
</style>
border-color css
<style>
span { border-color: #ED8450; }
span { border-color: rgb(237,132,80); }
td.TdClassName
{
border-color: #ED8450;
}
.TagClassName
{
border-color: #ED8450;
}
</style>