Shades of Crusta #ED9257
Tints of Crusta #ED9257
RGB
CMYK
RGB Variations
Color information
#ED9257 (or 0xED9257) is known color: Crusta. HEX triplet: ED, 92 and 57. RGB value is (237,146,87). Sum of RGB (Red+Green+Blue) = 237+146+87=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9257 is #126DA8. Grayscale: #A6A6A6. Windows color (decimal): -1207721 or 5739245. OLE color: 5739245.
HSL color Cylindrical-coordinate representation of color #ED9257: hue angle of 23.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED9257 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 87 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.07 |
| HSL | 23.6º | 0.81% | 0.64% | - |
| HSV(B) | 23.6º | 0.63% | 0.93% | - |
| XYZ | 46.92 | 39.25 | 14.12 | - |
| YUV | 166.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 87 | 0 | 0.38 | 0.63 | 0.07 | 23.6 | 0.81 | 0.64 |
| Hex | ED | 92 | 57 | 0 | 26 | 3F | 7 | 18 | 51 | 40 |
| Octal | 355 | 222 | 127 | 0 | 46 | 77 | 7 | 30 | 121 | 100 |
| Binary | 11101101 | 10010010 | 1010111 | 0 | 100110 | 111111 | 111 | 11000 | 1010001 | 1000000 |
Color Harmonies of #ED9257
Complementary color
Monochromatic Colors of #ED9257
Black with #ED9257
Text Example
Text Example
White with #ED9257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9257; }
p { color: rgb(237,146,87); }
H1.HeaderClassName
{
color: #ED9257;
}
.AnyTagClassName
{
color: #ED9257;
}
</style>
background-color css
<style>
a { background-color: #ED9257; }
a { background-color: rgb(237,146,87); }
div.DivClassName
{
background-color: #ED9257;
}
.BgClassName
{
background-color: #ED9257;
}
</style>
border-color css
<style>
span { border-color: #ED9257; }
span { border-color: rgb(237,146,87); }
td.TdClassName
{
border-color: #ED9257;
}
.TagClassName
{
border-color: #ED9257;
}
</style>