Shades of Crusta #ED845F
Tints of Crusta #ED845F
RGB
CMYK
RGB Variations
Color information
#ED845F (or 0xED845F) is known color: Crusta. HEX triplet: ED, 84 and 5F. RGB value is (237,132,95). Sum of RGB (Red+Green+Blue) = 237+132+95=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED845F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED845F is #127BA0. Grayscale: #9F9F9F. Windows color (decimal): -1211297 or 6259949. OLE color: 6259949.
HSL color Cylindrical-coordinate representation of color #ED845F: hue angle of 15.63º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED845F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 95 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.07 |
| HSL | 15.63º | 0.8% | 0.65% | - |
| HSV(B) | 15.63º | 0.6% | 0.93% | - |
| XYZ | 45.24 | 35.33 | 15.26 | - |
| YUV | 159.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 95 | 0 | 0.44 | 0.60 | 0.07 | 15.63 | 0.8 | 0.65 |
| Hex | ED | 84 | 5F | 0 | 2C | 3C | 7 | 10 | 50 | 41 |
| Octal | 355 | 204 | 137 | 0 | 54 | 74 | 7 | 20 | 120 | 101 |
| Binary | 11101101 | 10000100 | 1011111 | 0 | 101100 | 111100 | 111 | 10000 | 1010000 | 1000001 |
Color Harmonies of #ED845F
Complementary color
Monochromatic Colors of #ED845F
Black with #ED845F
Text Example
Text Example
White with #ED845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED845F; }
p { color: rgb(237,132,95); }
H1.HeaderClassName
{
color: #ED845F;
}
.AnyTagClassName
{
color: #ED845F;
}
</style>
background-color css
<style>
a { background-color: #ED845F; }
a { background-color: rgb(237,132,95); }
div.DivClassName
{
background-color: #ED845F;
}
.BgClassName
{
background-color: #ED845F;
}
</style>
border-color css
<style>
span { border-color: #ED845F; }
span { border-color: rgb(237,132,95); }
td.TdClassName
{
border-color: #ED845F;
}
.TagClassName
{
border-color: #ED845F;
}
</style>