Shades of Crusta #ED8154
Tints of Crusta #ED8154
RGB
CMYK
RGB Variations
Color information
#ED8154 (or 0xED8154) is known color: Crusta. HEX triplet: ED, 81 and 54. RGB value is (237,129,84). Sum of RGB (Red+Green+Blue) = 237+129+84=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8154 is #127EAB. Grayscale: #9C9C9C. Windows color (decimal): -1212076 or 5538285. OLE color: 5538285.
HSL color Cylindrical-coordinate representation of color #ED8154: hue angle of 17.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED8154 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 84 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.07 |
| HSL | 17.65º | 0.81% | 0.63% | - |
| HSV(B) | 17.65º | 0.65% | 0.93% | - |
| XYZ | 44.38 | 34.35 | 12.68 | - |
| YUV | 156.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 84 | 0 | 0.46 | 0.65 | 0.07 | 17.65 | 0.81 | 0.63 |
| Hex | ED | 81 | 54 | 0 | 2E | 41 | 7 | 12 | 51 | 3F |
| Octal | 355 | 201 | 124 | 0 | 56 | 101 | 7 | 22 | 121 | 77 |
| Binary | 11101101 | 10000001 | 1010100 | 0 | 101110 | 1000001 | 111 | 10010 | 1010001 | 111111 |
Color Harmonies of #ED8154
Complementary color
Monochromatic Colors of #ED8154
Black with #ED8154
Text Example
Text Example
White with #ED8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8154; }
p { color: rgb(237,129,84); }
H1.HeaderClassName
{
color: #ED8154;
}
.AnyTagClassName
{
color: #ED8154;
}
</style>
background-color css
<style>
a { background-color: #ED8154; }
a { background-color: rgb(237,129,84); }
div.DivClassName
{
background-color: #ED8154;
}
.BgClassName
{
background-color: #ED8154;
}
</style>
border-color css
<style>
span { border-color: #ED8154; }
span { border-color: rgb(237,129,84); }
td.TdClassName
{
border-color: #ED8154;
}
.TagClassName
{
border-color: #ED8154;
}
</style>