Shades of Crusta #ED8851
Tints of Crusta #ED8851
RGB
CMYK
RGB Variations
Color information
#ED8851 (or 0xED8851) is known color: Crusta. HEX triplet: ED, 88 and 51. RGB value is (237,136,81). Sum of RGB (Red+Green+Blue) = 237+136+81=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8851 is #1277AE. Grayscale: #A0A0A0. Windows color (decimal): -1210287 or 5343469. OLE color: 5343469.
HSL color Cylindrical-coordinate representation of color #ED8851: hue angle of 21.15º 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 #ED8851 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 81 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.07 |
| HSL | 21.15º | 0.81% | 0.62% | - |
| HSV(B) | 21.15º | 0.66% | 0.93% | - |
| XYZ | 45.21 | 36.21 | 12.39 | - |
| YUV | 159.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 81 | 0 | 0.43 | 0.66 | 0.07 | 21.15 | 0.81 | 0.62 |
| Hex | ED | 88 | 51 | 0 | 2B | 42 | 7 | 15 | 51 | 3E |
| Octal | 355 | 210 | 121 | 0 | 53 | 102 | 7 | 25 | 121 | 76 |
| Binary | 11101101 | 10001000 | 1010001 | 0 | 101011 | 1000010 | 111 | 10101 | 1010001 | 111110 |
Color Harmonies of #ED8851
Complementary color
Monochromatic Colors of #ED8851
Black with #ED8851
Text Example
Text Example
White with #ED8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8851; }
p { color: rgb(237,136,81); }
H1.HeaderClassName
{
color: #ED8851;
}
.AnyTagClassName
{
color: #ED8851;
}
</style>
background-color css
<style>
a { background-color: #ED8851; }
a { background-color: rgb(237,136,81); }
div.DivClassName
{
background-color: #ED8851;
}
.BgClassName
{
background-color: #ED8851;
}
</style>
border-color css
<style>
span { border-color: #ED8851; }
span { border-color: rgb(237,136,81); }
td.TdClassName
{
border-color: #ED8851;
}
.TagClassName
{
border-color: #ED8851;
}
</style>