Shades of Crusta #ED8D51
Tints of Crusta #ED8D51
RGB
CMYK
RGB Variations
Color information
#ED8D51 (or 0xED8D51) is known color: Crusta. HEX triplet: ED, 8D and 51. RGB value is (237,141,81). Sum of RGB (Red+Green+Blue) = 237+141+81=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D51 is #1272AE. Grayscale: #A3A3A3. Windows color (decimal): -1209007 or 5344749. OLE color: 5344749.
HSL color Cylindrical-coordinate representation of color #ED8D51: hue angle of 23.08º 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 #ED8D51 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 81 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.07 |
| HSL | 23.08º | 0.81% | 0.62% | - |
| HSV(B) | 23.08º | 0.66% | 0.93% | - |
| XYZ | 45.94 | 37.65 | 12.63 | - |
| YUV | 162.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 81 | 0 | 0.41 | 0.66 | 0.07 | 23.08 | 0.81 | 0.62 |
| Hex | ED | 8D | 51 | 0 | 29 | 42 | 7 | 17 | 51 | 3E |
| Octal | 355 | 215 | 121 | 0 | 51 | 102 | 7 | 27 | 121 | 76 |
| Binary | 11101101 | 10001101 | 1010001 | 0 | 101001 | 1000010 | 111 | 10111 | 1010001 | 111110 |
Color Harmonies of #ED8D51
Complementary color
Monochromatic Colors of #ED8D51
Black with #ED8D51
Text Example
Text Example
White with #ED8D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D51; }
p { color: rgb(237,141,81); }
H1.HeaderClassName
{
color: #ED8D51;
}
.AnyTagClassName
{
color: #ED8D51;
}
</style>
background-color css
<style>
a { background-color: #ED8D51; }
a { background-color: rgb(237,141,81); }
div.DivClassName
{
background-color: #ED8D51;
}
.BgClassName
{
background-color: #ED8D51;
}
</style>
border-color css
<style>
span { border-color: #ED8D51; }
span { border-color: rgb(237,141,81); }
td.TdClassName
{
border-color: #ED8D51;
}
.TagClassName
{
border-color: #ED8D51;
}
</style>