Shades of Crusta #ED8463
Tints of Crusta #ED8463
RGB
CMYK
RGB Variations
Color information
#ED8463 (or 0xED8463) is known color: Crusta. HEX triplet: ED, 84 and 63. RGB value is (237,132,99). Sum of RGB (Red+Green+Blue) = 237+132+99=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8463 is #127B9C. Grayscale: #9F9F9F. Windows color (decimal): -1211293 or 6522093. OLE color: 6522093.
HSL color Cylindrical-coordinate representation of color #ED8463: hue angle of 14.35º 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 #ED8463 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 99 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.07 |
| HSL | 14.35º | 0.79% | 0.66% | - |
| HSV(B) | 14.35º | 0.58% | 0.93% | - |
| XYZ | 45.43 | 35.41 | 16.24 | - |
| YUV | 159.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 99 | 0 | 0.44 | 0.58 | 0.07 | 14.35 | 0.79 | 0.66 |
| Hex | ED | 84 | 63 | 0 | 2C | 3A | 7 | E | 4F | 42 |
| Octal | 355 | 204 | 143 | 0 | 54 | 72 | 7 | 16 | 117 | 102 |
| Binary | 11101101 | 10000100 | 1100011 | 0 | 101100 | 111010 | 111 | 1110 | 1001111 | 1000010 |
Color Harmonies of #ED8463
Complementary color
Monochromatic Colors of #ED8463
Black with #ED8463
Text Example
Text Example
White with #ED8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8463; }
p { color: rgb(237,132,99); }
H1.HeaderClassName
{
color: #ED8463;
}
.AnyTagClassName
{
color: #ED8463;
}
</style>
background-color css
<style>
a { background-color: #ED8463; }
a { background-color: rgb(237,132,99); }
div.DivClassName
{
background-color: #ED8463;
}
.BgClassName
{
background-color: #ED8463;
}
</style>
border-color css
<style>
span { border-color: #ED8463; }
span { border-color: rgb(237,132,99); }
td.TdClassName
{
border-color: #ED8463;
}
.TagClassName
{
border-color: #ED8463;
}
</style>