Shades of Crusta #ED9055
Tints of Crusta #ED9055
RGB
CMYK
RGB Variations
Color information
#ED9055 (or 0xED9055) is known color: Crusta. HEX triplet: ED, 90 and 55. RGB value is (237,144,85). Sum of RGB (Red+Green+Blue) = 237+144+85=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9055 is #126FAA. Grayscale: #A5A5A5. Windows color (decimal): -1208235 or 5607661. OLE color: 5607661.
HSL color Cylindrical-coordinate representation of color #ED9055: hue angle of 23.29º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED9055 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 85 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.07 |
| HSL | 23.29º | 0.81% | 0.63% | - |
| HSV(B) | 23.29º | 0.64% | 0.93% | - |
| XYZ | 46.54 | 38.61 | 13.59 | - |
| YUV | 165.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 85 | 0 | 0.39 | 0.64 | 0.07 | 23.29 | 0.81 | 0.63 |
| Hex | ED | 90 | 55 | 0 | 27 | 40 | 7 | 17 | 51 | 3F |
| Octal | 355 | 220 | 125 | 0 | 47 | 100 | 7 | 27 | 121 | 77 |
| Binary | 11101101 | 10010000 | 1010101 | 0 | 100111 | 1000000 | 111 | 10111 | 1010001 | 111111 |
Color Harmonies of #ED9055
Complementary color
Monochromatic Colors of #ED9055
Black with #ED9055
Text Example
Text Example
White with #ED9055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9055; }
p { color: rgb(237,144,85); }
H1.HeaderClassName
{
color: #ED9055;
}
.AnyTagClassName
{
color: #ED9055;
}
</style>
background-color css
<style>
a { background-color: #ED9055; }
a { background-color: rgb(237,144,85); }
div.DivClassName
{
background-color: #ED9055;
}
.BgClassName
{
background-color: #ED9055;
}
</style>
border-color css
<style>
span { border-color: #ED9055; }
span { border-color: rgb(237,144,85); }
td.TdClassName
{
border-color: #ED9055;
}
.TagClassName
{
border-color: #ED9055;
}
</style>