Shades of Crusta #ED8264
Tints of Crusta #ED8264
RGB
CMYK
RGB Variations
Color information
#ED8264 (or 0xED8264) is known color: Crusta. HEX triplet: ED, 82 and 64. RGB value is (237,130,100). Sum of RGB (Red+Green+Blue) = 237+130+100=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8264 is #127D9B. Grayscale: #9E9E9E. Windows color (decimal): -1211804 or 6587117. OLE color: 6587117.
HSL color Cylindrical-coordinate representation of color #ED8264: hue angle of 13.14º 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 #ED8264 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 100 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.07 |
| HSL | 13.14º | 0.79% | 0.66% | - |
| HSV(B) | 13.14º | 0.58% | 0.93% | - |
| XYZ | 45.21 | 34.89 | 16.41 | - |
| YUV | 158.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 100 | 0 | 0.45 | 0.58 | 0.07 | 13.14 | 0.79 | 0.66 |
| Hex | ED | 82 | 64 | 0 | 2D | 3A | 7 | D | 4F | 42 |
| Octal | 355 | 202 | 144 | 0 | 55 | 72 | 7 | 15 | 117 | 102 |
| Binary | 11101101 | 10000010 | 1100100 | 0 | 101101 | 111010 | 111 | 1101 | 1001111 | 1000010 |
Color Harmonies of #ED8264
Complementary color
Monochromatic Colors of #ED8264
Black with #ED8264
Text Example
Text Example
White with #ED8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8264; }
p { color: rgb(237,130,100); }
H1.HeaderClassName
{
color: #ED8264;
}
.AnyTagClassName
{
color: #ED8264;
}
</style>
background-color css
<style>
a { background-color: #ED8264; }
a { background-color: rgb(237,130,100); }
div.DivClassName
{
background-color: #ED8264;
}
.BgClassName
{
background-color: #ED8264;
}
</style>
border-color css
<style>
span { border-color: #ED8264; }
span { border-color: rgb(237,130,100); }
td.TdClassName
{
border-color: #ED8264;
}
.TagClassName
{
border-color: #ED8264;
}
</style>