Shades of Crusta #ED8551
Tints of Crusta #ED8551
RGB
CMYK
RGB Variations
Color information
#ED8551 (or 0xED8551) is known color: Crusta. HEX triplet: ED, 85 and 51. RGB value is (237,133,81). Sum of RGB (Red+Green+Blue) = 237+133+81=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8551 is #127AAE. Grayscale: #9E9E9E. Windows color (decimal): -1211055 or 5342701. OLE color: 5342701.
HSL color Cylindrical-coordinate representation of color #ED8551: hue angle of 20º 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 #ED8551 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 81 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.07 |
| HSL | 20º | 0.81% | 0.62% | - |
| HSV(B) | 20º | 0.66% | 0.93% | - |
| XYZ | 44.8 | 35.37 | 12.25 | - |
| YUV | 158.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 81 | 0 | 0.44 | 0.66 | 0.07 | 20 | 0.81 | 0.62 |
| Hex | ED | 85 | 51 | 0 | 2C | 42 | 7 | 14 | 51 | 3E |
| Octal | 355 | 205 | 121 | 0 | 54 | 102 | 7 | 24 | 121 | 76 |
| Binary | 11101101 | 10000101 | 1010001 | 0 | 101100 | 1000010 | 111 | 10100 | 1010001 | 111110 |
Color Harmonies of #ED8551
Complementary color
Monochromatic Colors of #ED8551
Black with #ED8551
Text Example
Text Example
White with #ED8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8551; }
p { color: rgb(237,133,81); }
H1.HeaderClassName
{
color: #ED8551;
}
.AnyTagClassName
{
color: #ED8551;
}
</style>
background-color css
<style>
a { background-color: #ED8551; }
a { background-color: rgb(237,133,81); }
div.DivClassName
{
background-color: #ED8551;
}
.BgClassName
{
background-color: #ED8551;
}
</style>
border-color css
<style>
span { border-color: #ED8551; }
span { border-color: rgb(237,133,81); }
td.TdClassName
{
border-color: #ED8551;
}
.TagClassName
{
border-color: #ED8551;
}
</style>