Shades of Crusta #ED8963
Tints of Crusta #ED8963
RGB
CMYK
RGB Variations
Color information
#ED8963 (or 0xED8963) is known color: Crusta. HEX triplet: ED, 89 and 63. RGB value is (237,137,99). Sum of RGB (Red+Green+Blue) = 237+137+99=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8963 is #12769C. Grayscale: #A2A2A2. Windows color (decimal): -1210013 or 6523373. OLE color: 6523373.
HSL color Cylindrical-coordinate representation of color #ED8963: hue angle of 16.52º 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 #ED8963 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 99 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.07 |
| HSL | 16.52º | 0.79% | 0.66% | - |
| HSV(B) | 16.52º | 0.58% | 0.93% | - |
| XYZ | 46.12 | 36.8 | 16.48 | - |
| YUV | 162.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 99 | 0 | 0.42 | 0.58 | 0.07 | 16.52 | 0.79 | 0.66 |
| Hex | ED | 89 | 63 | 0 | 2A | 3A | 7 | 11 | 4F | 42 |
| Octal | 355 | 211 | 143 | 0 | 52 | 72 | 7 | 21 | 117 | 102 |
| Binary | 11101101 | 10001001 | 1100011 | 0 | 101010 | 111010 | 111 | 10001 | 1001111 | 1000010 |
Color Harmonies of #ED8963
Complementary color
Monochromatic Colors of #ED8963
Black with #ED8963
Text Example
Text Example
White with #ED8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8963; }
p { color: rgb(237,137,99); }
H1.HeaderClassName
{
color: #ED8963;
}
.AnyTagClassName
{
color: #ED8963;
}
</style>
background-color css
<style>
a { background-color: #ED8963; }
a { background-color: rgb(237,137,99); }
div.DivClassName
{
background-color: #ED8963;
}
.BgClassName
{
background-color: #ED8963;
}
</style>
border-color css
<style>
span { border-color: #ED8963; }
span { border-color: rgb(237,137,99); }
td.TdClassName
{
border-color: #ED8963;
}
.TagClassName
{
border-color: #ED8963;
}
</style>