Shades of Crusta #ED845B
Tints of Crusta #ED845B
RGB
CMYK
RGB Variations
Color information
#ED845B (or 0xED845B) is known color: Crusta. HEX triplet: ED, 84 and 5B. RGB value is (237,132,91). Sum of RGB (Red+Green+Blue) = 237+132+91=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED845B is #127BA4. Grayscale: #9E9E9E. Windows color (decimal): -1211301 or 5997805. OLE color: 5997805.
HSL color Cylindrical-coordinate representation of color #ED845B: hue angle of 16.85º 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 #ED845B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 91 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.07 |
| HSL | 16.85º | 0.8% | 0.64% | - |
| HSV(B) | 16.85º | 0.62% | 0.93% | - |
| XYZ | 45.06 | 35.26 | 14.33 | - |
| YUV | 158.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 91 | 0 | 0.44 | 0.62 | 0.07 | 16.85 | 0.8 | 0.64 |
| Hex | ED | 84 | 5B | 0 | 2C | 3E | 7 | 11 | 50 | 40 |
| Octal | 355 | 204 | 133 | 0 | 54 | 76 | 7 | 21 | 120 | 100 |
| Binary | 11101101 | 10000100 | 1011011 | 0 | 101100 | 111110 | 111 | 10001 | 1010000 | 1000000 |
Color Harmonies of #ED845B
Complementary color
Monochromatic Colors of #ED845B
Black with #ED845B
Text Example
Text Example
White with #ED845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED845B; }
p { color: rgb(237,132,91); }
H1.HeaderClassName
{
color: #ED845B;
}
.AnyTagClassName
{
color: #ED845B;
}
</style>
background-color css
<style>
a { background-color: #ED845B; }
a { background-color: rgb(237,132,91); }
div.DivClassName
{
background-color: #ED845B;
}
.BgClassName
{
background-color: #ED845B;
}
</style>
border-color css
<style>
span { border-color: #ED845B; }
span { border-color: rgb(237,132,91); }
td.TdClassName
{
border-color: #ED845B;
}
.TagClassName
{
border-color: #ED845B;
}
</style>