Shades of Crusta #ED865E
Tints of Crusta #ED865E
RGB
CMYK
RGB Variations
Color information
#ED865E (or 0xED865E) is known color: Crusta. HEX triplet: ED, 86 and 5E. RGB value is (237,134,94). Sum of RGB (Red+Green+Blue) = 237+134+94=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED865E is #1279A1. Grayscale: #A0A0A0. Windows color (decimal): -1210786 or 6194925. OLE color: 6194925.
HSL color Cylindrical-coordinate representation of color #ED865E: hue angle of 16.78º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED865E is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 94 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.07 |
| HSL | 16.78º | 0.8% | 0.65% | - |
| HSV(B) | 16.78º | 0.6% | 0.93% | - |
| XYZ | 45.47 | 35.86 | 15.12 | - |
| YUV | 160.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 94 | 0 | 0.43 | 0.60 | 0.07 | 16.78 | 0.8 | 0.65 |
| Hex | ED | 86 | 5E | 0 | 2B | 3C | 7 | 11 | 50 | 41 |
| Octal | 355 | 206 | 136 | 0 | 53 | 74 | 7 | 21 | 120 | 101 |
| Binary | 11101101 | 10000110 | 1011110 | 0 | 101011 | 111100 | 111 | 10001 | 1010000 | 1000001 |
Color Harmonies of #ED865E
Complementary color
Monochromatic Colors of #ED865E
Black with #ED865E
Text Example
Text Example
White with #ED865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED865E; }
p { color: rgb(237,134,94); }
H1.HeaderClassName
{
color: #ED865E;
}
.AnyTagClassName
{
color: #ED865E;
}
</style>
background-color css
<style>
a { background-color: #ED865E; }
a { background-color: rgb(237,134,94); }
div.DivClassName
{
background-color: #ED865E;
}
.BgClassName
{
background-color: #ED865E;
}
</style>
border-color css
<style>
span { border-color: #ED865E; }
span { border-color: rgb(237,134,94); }
td.TdClassName
{
border-color: #ED865E;
}
.TagClassName
{
border-color: #ED865E;
}
</style>