Shades of Crusta #ED8164
Tints of Crusta #ED8164
RGB
CMYK
RGB Variations
Color information
#ED8164 (or 0xED8164) is known color: Crusta. HEX triplet: ED, 81 and 64. RGB value is (237,129,100). Sum of RGB (Red+Green+Blue) = 237+129+100=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8164 is #127E9B. Grayscale: #9E9E9E. Windows color (decimal): -1212060 or 6586861. OLE color: 6586861.
HSL color Cylindrical-coordinate representation of color #ED8164: hue angle of 12.7º 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 #ED8164 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 100 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.07 |
| HSL | 12.7º | 0.79% | 0.66% | - |
| HSV(B) | 12.7º | 0.58% | 0.93% | - |
| XYZ | 45.08 | 34.63 | 16.36 | - |
| YUV | 157.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 100 | 0 | 0.46 | 0.58 | 0.07 | 12.7 | 0.79 | 0.66 |
| Hex | ED | 81 | 64 | 0 | 2E | 3A | 7 | D | 4F | 42 |
| Octal | 355 | 201 | 144 | 0 | 56 | 72 | 7 | 15 | 117 | 102 |
| Binary | 11101101 | 10000001 | 1100100 | 0 | 101110 | 111010 | 111 | 1101 | 1001111 | 1000010 |
Color Harmonies of #ED8164
Complementary color
Monochromatic Colors of #ED8164
Black with #ED8164
Text Example
Text Example
White with #ED8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8164; }
p { color: rgb(237,129,100); }
H1.HeaderClassName
{
color: #ED8164;
}
.AnyTagClassName
{
color: #ED8164;
}
</style>
background-color css
<style>
a { background-color: #ED8164; }
a { background-color: rgb(237,129,100); }
div.DivClassName
{
background-color: #ED8164;
}
.BgClassName
{
background-color: #ED8164;
}
</style>
border-color css
<style>
span { border-color: #ED8164; }
span { border-color: rgb(237,129,100); }
td.TdClassName
{
border-color: #ED8164;
}
.TagClassName
{
border-color: #ED8164;
}
</style>