Shades of Crusta #ED865F
Tints of Crusta #ED865F
RGB
CMYK
RGB Variations
Color information
#ED865F (or 0xED865F) is known color: Crusta. HEX triplet: ED, 86 and 5F. RGB value is (237,134,95). Sum of RGB (Red+Green+Blue) = 237+134+95=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED865F is #1279A0. Grayscale: #A0A0A0. Windows color (decimal): -1210785 or 6260461. OLE color: 6260461.
HSL color Cylindrical-coordinate representation of color #ED865F: hue angle of 16.48º 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 #ED865F is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 95 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.07 |
| HSL | 16.48º | 0.8% | 0.65% | - |
| HSV(B) | 16.48º | 0.6% | 0.93% | - |
| XYZ | 45.52 | 35.88 | 15.35 | - |
| YUV | 160.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 95 | 0 | 0.43 | 0.60 | 0.07 | 16.48 | 0.8 | 0.65 |
| Hex | ED | 86 | 5F | 0 | 2B | 3C | 7 | 10 | 50 | 41 |
| Octal | 355 | 206 | 137 | 0 | 53 | 74 | 7 | 20 | 120 | 101 |
| Binary | 11101101 | 10000110 | 1011111 | 0 | 101011 | 111100 | 111 | 10000 | 1010000 | 1000001 |
Color Harmonies of #ED865F
Complementary color
Monochromatic Colors of #ED865F
Black with #ED865F
Text Example
Text Example
White with #ED865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED865F; }
p { color: rgb(237,134,95); }
H1.HeaderClassName
{
color: #ED865F;
}
.AnyTagClassName
{
color: #ED865F;
}
</style>
background-color css
<style>
a { background-color: #ED865F; }
a { background-color: rgb(237,134,95); }
div.DivClassName
{
background-color: #ED865F;
}
.BgClassName
{
background-color: #ED865F;
}
</style>
border-color css
<style>
span { border-color: #ED865F; }
span { border-color: rgb(237,134,95); }
td.TdClassName
{
border-color: #ED865F;
}
.TagClassName
{
border-color: #ED865F;
}
</style>