Shades of Crusta #ED8C51
Tints of Crusta #ED8C51
RGB
CMYK
RGB Variations
Color information
#ED8C51 (or 0xED8C51) is known color: Crusta. HEX triplet: ED, 8C and 51. RGB value is (237,140,81). Sum of RGB (Red+Green+Blue) = 237+140+81=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8C51 is #1273AE. Grayscale: #A2A2A2. Windows color (decimal): -1209263 or 5344493. OLE color: 5344493.
HSL color Cylindrical-coordinate representation of color #ED8C51: hue angle of 22.69º 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 #ED8C51 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 81 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.07 |
| HSL | 22.69º | 0.81% | 0.62% | - |
| HSV(B) | 22.69º | 0.66% | 0.93% | - |
| XYZ | 45.79 | 37.35 | 12.58 | - |
| YUV | 162.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 81 | 0 | 0.41 | 0.66 | 0.07 | 22.69 | 0.81 | 0.62 |
| Hex | ED | 8C | 51 | 0 | 29 | 42 | 7 | 17 | 51 | 3E |
| Octal | 355 | 214 | 121 | 0 | 51 | 102 | 7 | 27 | 121 | 76 |
| Binary | 11101101 | 10001100 | 1010001 | 0 | 101001 | 1000010 | 111 | 10111 | 1010001 | 111110 |
Color Harmonies of #ED8C51
Complementary color
Monochromatic Colors of #ED8C51
Black with #ED8C51
Text Example
Text Example
White with #ED8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C51; }
p { color: rgb(237,140,81); }
H1.HeaderClassName
{
color: #ED8C51;
}
.AnyTagClassName
{
color: #ED8C51;
}
</style>
background-color css
<style>
a { background-color: #ED8C51; }
a { background-color: rgb(237,140,81); }
div.DivClassName
{
background-color: #ED8C51;
}
.BgClassName
{
background-color: #ED8C51;
}
</style>
border-color css
<style>
span { border-color: #ED8C51; }
span { border-color: rgb(237,140,81); }
td.TdClassName
{
border-color: #ED8C51;
}
.TagClassName
{
border-color: #ED8C51;
}
</style>