Shades of Crusta #ED815E
Tints of Crusta #ED815E
RGB
CMYK
RGB Variations
Color information
#ED815E (or 0xED815E) is known color: Crusta. HEX triplet: ED, 81 and 5E. RGB value is (237,129,94). Sum of RGB (Red+Green+Blue) = 237+129+94=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED815E is #127EA1. Grayscale: #9D9D9D. Windows color (decimal): -1212066 or 6193645. OLE color: 6193645.
HSL color Cylindrical-coordinate representation of color #ED815E: hue angle of 14.69º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED815E is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 94 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.07 |
| HSL | 14.69º | 0.8% | 0.65% | - |
| HSV(B) | 14.69º | 0.6% | 0.93% | - |
| XYZ | 44.8 | 34.51 | 14.89 | - |
| YUV | 157.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 94 | 0 | 0.46 | 0.60 | 0.07 | 14.69 | 0.8 | 0.65 |
| Hex | ED | 81 | 5E | 0 | 2E | 3C | 7 | F | 50 | 41 |
| Octal | 355 | 201 | 136 | 0 | 56 | 74 | 7 | 17 | 120 | 101 |
| Binary | 11101101 | 10000001 | 1011110 | 0 | 101110 | 111100 | 111 | 1111 | 1010000 | 1000001 |
Color Harmonies of #ED815E
Complementary color
Monochromatic Colors of #ED815E
Black with #ED815E
Text Example
Text Example
White with #ED815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED815E; }
p { color: rgb(237,129,94); }
H1.HeaderClassName
{
color: #ED815E;
}
.AnyTagClassName
{
color: #ED815E;
}
</style>
background-color css
<style>
a { background-color: #ED815E; }
a { background-color: rgb(237,129,94); }
div.DivClassName
{
background-color: #ED815E;
}
.BgClassName
{
background-color: #ED815E;
}
</style>
border-color css
<style>
span { border-color: #ED815E; }
span { border-color: rgb(237,129,94); }
td.TdClassName
{
border-color: #ED815E;
}
.TagClassName
{
border-color: #ED815E;
}
</style>