Shades of Crusta #ED8263
Tints of Crusta #ED8263
RGB
CMYK
RGB Variations
Color information
#ED8263 (or 0xED8263) is known color: Crusta. HEX triplet: ED, 82 and 63. RGB value is (237,130,99). Sum of RGB (Red+Green+Blue) = 237+130+99=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8263 is #127D9C. Grayscale: #9E9E9E. Windows color (decimal): -1211805 or 6521581. OLE color: 6521581.
HSL color Cylindrical-coordinate representation of color #ED8263: hue angle of 13.48º 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 #ED8263 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 99 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.07 |
| HSL | 13.48º | 0.79% | 0.66% | - |
| HSV(B) | 13.48º | 0.58% | 0.93% | - |
| XYZ | 45.16 | 34.87 | 16.15 | - |
| YUV | 158.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 99 | 0 | 0.45 | 0.58 | 0.07 | 13.48 | 0.79 | 0.66 |
| Hex | ED | 82 | 63 | 0 | 2D | 3A | 7 | D | 4F | 42 |
| Octal | 355 | 202 | 143 | 0 | 55 | 72 | 7 | 15 | 117 | 102 |
| Binary | 11101101 | 10000010 | 1100011 | 0 | 101101 | 111010 | 111 | 1101 | 1001111 | 1000010 |
Color Harmonies of #ED8263
Complementary color
Monochromatic Colors of #ED8263
Black with #ED8263
Text Example
Text Example
White with #ED8263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8263; }
p { color: rgb(237,130,99); }
H1.HeaderClassName
{
color: #ED8263;
}
.AnyTagClassName
{
color: #ED8263;
}
</style>
background-color css
<style>
a { background-color: #ED8263; }
a { background-color: rgb(237,130,99); }
div.DivClassName
{
background-color: #ED8263;
}
.BgClassName
{
background-color: #ED8263;
}
</style>
border-color css
<style>
span { border-color: #ED8263; }
span { border-color: rgb(237,130,99); }
td.TdClassName
{
border-color: #ED8263;
}
.TagClassName
{
border-color: #ED8263;
}
</style>