Shades of Crusta #ED9256
Tints of Crusta #ED9256
RGB
CMYK
RGB Variations
Color information
#ED9256 (or 0xED9256) is known color: Crusta. HEX triplet: ED, 92 and 56. RGB value is (237,146,86). Sum of RGB (Red+Green+Blue) = 237+146+86=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9256 is #126DA9. Grayscale: #A6A6A6. Windows color (decimal): -1207722 or 5673709. OLE color: 5673709.
HSL color Cylindrical-coordinate representation of color #ED9256: hue angle of 23.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED9256 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 86 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.07 |
| HSL | 23.84º | 0.81% | 0.63% | - |
| HSV(B) | 23.84º | 0.64% | 0.93% | - |
| XYZ | 46.88 | 39.23 | 13.91 | - |
| YUV | 166.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 86 | 0 | 0.38 | 0.64 | 0.07 | 23.84 | 0.81 | 0.63 |
| Hex | ED | 92 | 56 | 0 | 26 | 40 | 7 | 18 | 51 | 3F |
| Octal | 355 | 222 | 126 | 0 | 46 | 100 | 7 | 30 | 121 | 77 |
| Binary | 11101101 | 10010010 | 1010110 | 0 | 100110 | 1000000 | 111 | 11000 | 1010001 | 111111 |
Color Harmonies of #ED9256
Complementary color
Monochromatic Colors of #ED9256
Black with #ED9256
Text Example
Text Example
White with #ED9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9256; }
p { color: rgb(237,146,86); }
H1.HeaderClassName
{
color: #ED9256;
}
.AnyTagClassName
{
color: #ED9256;
}
</style>
background-color css
<style>
a { background-color: #ED9256; }
a { background-color: rgb(237,146,86); }
div.DivClassName
{
background-color: #ED9256;
}
.BgClassName
{
background-color: #ED9256;
}
</style>
border-color css
<style>
span { border-color: #ED9256; }
span { border-color: rgb(237,146,86); }
td.TdClassName
{
border-color: #ED9256;
}
.TagClassName
{
border-color: #ED9256;
}
</style>