Shades of Crusta #ED8163
Tints of Crusta #ED8163
RGB
CMYK
RGB Variations
Color information
#ED8163 (or 0xED8163) is known color: Crusta. HEX triplet: ED, 81 and 63. RGB value is (237,129,99). Sum of RGB (Red+Green+Blue) = 237+129+99=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8163 is #127E9C. Grayscale: #9E9E9E. Windows color (decimal): -1212061 or 6521325. OLE color: 6521325.
HSL color Cylindrical-coordinate representation of color #ED8163: hue angle of 13.04º 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 #ED8163 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 99 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.07 |
| HSL | 13.04º | 0.79% | 0.66% | - |
| HSV(B) | 13.04º | 0.58% | 0.93% | - |
| XYZ | 45.03 | 34.61 | 16.11 | - |
| YUV | 157.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 99 | 0 | 0.46 | 0.58 | 0.07 | 13.04 | 0.79 | 0.66 |
| Hex | ED | 81 | 63 | 0 | 2E | 3A | 7 | D | 4F | 42 |
| Octal | 355 | 201 | 143 | 0 | 56 | 72 | 7 | 15 | 117 | 102 |
| Binary | 11101101 | 10000001 | 1100011 | 0 | 101110 | 111010 | 111 | 1101 | 1001111 | 1000010 |
Color Harmonies of #ED8163
Complementary color
Monochromatic Colors of #ED8163
Black with #ED8163
Text Example
Text Example
White with #ED8163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8163; }
p { color: rgb(237,129,99); }
H1.HeaderClassName
{
color: #ED8163;
}
.AnyTagClassName
{
color: #ED8163;
}
</style>
background-color css
<style>
a { background-color: #ED8163; }
a { background-color: rgb(237,129,99); }
div.DivClassName
{
background-color: #ED8163;
}
.BgClassName
{
background-color: #ED8163;
}
</style>
border-color css
<style>
span { border-color: #ED8163; }
span { border-color: rgb(237,129,99); }
td.TdClassName
{
border-color: #ED8163;
}
.TagClassName
{
border-color: #ED8163;
}
</style>