Shades of Crusta #ED8564
Tints of Crusta #ED8564
RGB
CMYK
RGB Variations
Color information
#ED8564 (or 0xED8564) is known color: Crusta. HEX triplet: ED, 85 and 64. RGB value is (237,133,100). Sum of RGB (Red+Green+Blue) = 237+133+100=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8564 is #127A9B. Grayscale: #A0A0A0. Windows color (decimal): -1211036 or 6587885. OLE color: 6587885.
HSL color Cylindrical-coordinate representation of color #ED8564: hue angle of 14.45º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED8564 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 100 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.07 |
| HSL | 14.45º | 0.79% | 0.66% | - |
| HSV(B) | 14.45º | 0.58% | 0.93% | - |
| XYZ | 45.61 | 35.7 | 16.54 | - |
| YUV | 160.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 100 | 0 | 0.44 | 0.58 | 0.07 | 14.45 | 0.79 | 0.66 |
| Hex | ED | 85 | 64 | 0 | 2C | 3A | 7 | E | 4F | 42 |
| Octal | 355 | 205 | 144 | 0 | 54 | 72 | 7 | 16 | 117 | 102 |
| Binary | 11101101 | 10000101 | 1100100 | 0 | 101100 | 111010 | 111 | 1110 | 1001111 | 1000010 |
Color Harmonies of #ED8564
Complementary color
Monochromatic Colors of #ED8564
Black with #ED8564
Text Example
Text Example
White with #ED8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8564; }
p { color: rgb(237,133,100); }
H1.HeaderClassName
{
color: #ED8564;
}
.AnyTagClassName
{
color: #ED8564;
}
</style>
background-color css
<style>
a { background-color: #ED8564; }
a { background-color: rgb(237,133,100); }
div.DivClassName
{
background-color: #ED8564;
}
.BgClassName
{
background-color: #ED8564;
}
</style>
border-color css
<style>
span { border-color: #ED8564; }
span { border-color: rgb(237,133,100); }
td.TdClassName
{
border-color: #ED8564;
}
.TagClassName
{
border-color: #ED8564;
}
</style>