Shades of Crusta #ED9260
Tints of Crusta #ED9260
RGB
CMYK
RGB Variations
Color information
#ED9260 (or 0xED9260) is known color: Crusta. HEX triplet: ED, 92 and 60. RGB value is (237,146,96). Sum of RGB (Red+Green+Blue) = 237+146+96=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9260 is #126D9F. Grayscale: #A7A7A7. Windows color (decimal): -1207712 or 6329069. OLE color: 6329069.
HSL color Cylindrical-coordinate representation of color #ED9260: hue angle of 21.28º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED9260 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 96 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.07 |
| HSL | 21.28º | 0.8% | 0.65% | - |
| HSV(B) | 21.28º | 0.59% | 0.93% | - |
| XYZ | 47.32 | 39.41 | 16.18 | - |
| YUV | 167.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 96 | 0 | 0.38 | 0.59 | 0.07 | 21.28 | 0.8 | 0.65 |
| Hex | ED | 92 | 60 | 0 | 26 | 3B | 7 | 15 | 50 | 41 |
| Octal | 355 | 222 | 140 | 0 | 46 | 73 | 7 | 25 | 120 | 101 |
| Binary | 11101101 | 10010010 | 1100000 | 0 | 100110 | 111011 | 111 | 10101 | 1010000 | 1000001 |
Color Harmonies of #ED9260
Complementary color
Monochromatic Colors of #ED9260
Black with #ED9260
Text Example
Text Example
White with #ED9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9260; }
p { color: rgb(237,146,96); }
H1.HeaderClassName
{
color: #ED9260;
}
.AnyTagClassName
{
color: #ED9260;
}
</style>
background-color css
<style>
a { background-color: #ED9260; }
a { background-color: rgb(237,146,96); }
div.DivClassName
{
background-color: #ED9260;
}
.BgClassName
{
background-color: #ED9260;
}
</style>
border-color css
<style>
span { border-color: #ED9260; }
span { border-color: rgb(237,146,96); }
td.TdClassName
{
border-color: #ED9260;
}
.TagClassName
{
border-color: #ED9260;
}
</style>