Shades of Crusta #ED8251
Tints of Crusta #ED8251
RGB
CMYK
RGB Variations
Color information
#ED8251 (or 0xED8251) is known color: Crusta. HEX triplet: ED, 82 and 51. RGB value is (237,130,81). Sum of RGB (Red+Green+Blue) = 237+130+81=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8251 is #127DAE. Grayscale: #9C9C9C. Windows color (decimal): -1211823 or 5341933. OLE color: 5341933.
HSL color Cylindrical-coordinate representation of color #ED8251: hue angle of 18.85º 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 #ED8251 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 81 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.07 |
| HSL | 18.85º | 0.81% | 0.62% | - |
| HSV(B) | 18.85º | 0.66% | 0.93% | - |
| XYZ | 44.39 | 34.56 | 12.12 | - |
| YUV | 156.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 81 | 0 | 0.45 | 0.66 | 0.07 | 18.85 | 0.81 | 0.62 |
| Hex | ED | 82 | 51 | 0 | 2D | 42 | 7 | 13 | 51 | 3E |
| Octal | 355 | 202 | 121 | 0 | 55 | 102 | 7 | 23 | 121 | 76 |
| Binary | 11101101 | 10000010 | 1010001 | 0 | 101101 | 1000010 | 111 | 10011 | 1010001 | 111110 |
Color Harmonies of #ED8251
Complementary color
Monochromatic Colors of #ED8251
Black with #ED8251
Text Example
Text Example
White with #ED8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8251; }
p { color: rgb(237,130,81); }
H1.HeaderClassName
{
color: #ED8251;
}
.AnyTagClassName
{
color: #ED8251;
}
</style>
background-color css
<style>
a { background-color: #ED8251; }
a { background-color: rgb(237,130,81); }
div.DivClassName
{
background-color: #ED8251;
}
.BgClassName
{
background-color: #ED8251;
}
</style>
border-color css
<style>
span { border-color: #ED8251; }
span { border-color: rgb(237,130,81); }
td.TdClassName
{
border-color: #ED8251;
}
.TagClassName
{
border-color: #ED8251;
}
</style>