Shades of Crusta #ED8A51
Tints of Crusta #ED8A51
RGB
CMYK
RGB Variations
Color information
#ED8A51 (or 0xED8A51) is known color: Crusta. HEX triplet: ED, 8A and 51. RGB value is (237,138,81). Sum of RGB (Red+Green+Blue) = 237+138+81=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A51 is #1275AE. Grayscale: #A1A1A1. Windows color (decimal): -1209775 or 5343981. OLE color: 5343981.
HSL color Cylindrical-coordinate representation of color #ED8A51: hue angle of 21.92º 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 #ED8A51 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 81 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.07 |
| HSL | 21.92º | 0.81% | 0.62% | - |
| HSV(B) | 21.92º | 0.66% | 0.93% | - |
| XYZ | 45.5 | 36.78 | 12.48 | - |
| YUV | 161.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 81 | 0 | 0.42 | 0.66 | 0.07 | 21.92 | 0.81 | 0.62 |
| Hex | ED | 8A | 51 | 0 | 2A | 42 | 7 | 16 | 51 | 3E |
| Octal | 355 | 212 | 121 | 0 | 52 | 102 | 7 | 26 | 121 | 76 |
| Binary | 11101101 | 10001010 | 1010001 | 0 | 101010 | 1000010 | 111 | 10110 | 1010001 | 111110 |
Color Harmonies of #ED8A51
Complementary color
Monochromatic Colors of #ED8A51
Black with #ED8A51
Text Example
Text Example
White with #ED8A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A51; }
p { color: rgb(237,138,81); }
H1.HeaderClassName
{
color: #ED8A51;
}
.AnyTagClassName
{
color: #ED8A51;
}
</style>
background-color css
<style>
a { background-color: #ED8A51; }
a { background-color: rgb(237,138,81); }
div.DivClassName
{
background-color: #ED8A51;
}
.BgClassName
{
background-color: #ED8A51;
}
</style>
border-color css
<style>
span { border-color: #ED8A51; }
span { border-color: rgb(237,138,81); }
td.TdClassName
{
border-color: #ED8A51;
}
.TagClassName
{
border-color: #ED8A51;
}
</style>