Shades of Crusta #ED865D
Tints of Crusta #ED865D
RGB
CMYK
RGB Variations
Color information
#ED865D (or 0xED865D) is known color: Crusta. HEX triplet: ED, 86 and 5D. RGB value is (237,134,93). Sum of RGB (Red+Green+Blue) = 237+134+93=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED865D is #1279A2. Grayscale: #A0A0A0. Windows color (decimal): -1210787 or 6129389. OLE color: 6129389.
HSL color Cylindrical-coordinate representation of color #ED865D: hue angle of 17.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED865D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 93 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.07 |
| HSL | 17.08º | 0.8% | 0.65% | - |
| HSV(B) | 17.08º | 0.61% | 0.93% | - |
| XYZ | 45.43 | 35.85 | 14.88 | - |
| YUV | 160.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 93 | 0 | 0.43 | 0.61 | 0.07 | 17.08 | 0.8 | 0.65 |
| Hex | ED | 86 | 5D | 0 | 2B | 3D | 7 | 11 | 50 | 41 |
| Octal | 355 | 206 | 135 | 0 | 53 | 75 | 7 | 21 | 120 | 101 |
| Binary | 11101101 | 10000110 | 1011101 | 0 | 101011 | 111101 | 111 | 10001 | 1010000 | 1000001 |
Color Harmonies of #ED865D
Complementary color
Monochromatic Colors of #ED865D
Black with #ED865D
Text Example
Text Example
White with #ED865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED865D; }
p { color: rgb(237,134,93); }
H1.HeaderClassName
{
color: #ED865D;
}
.AnyTagClassName
{
color: #ED865D;
}
</style>
background-color css
<style>
a { background-color: #ED865D; }
a { background-color: rgb(237,134,93); }
div.DivClassName
{
background-color: #ED865D;
}
.BgClassName
{
background-color: #ED865D;
}
</style>
border-color css
<style>
span { border-color: #ED865D; }
span { border-color: rgb(237,134,93); }
td.TdClassName
{
border-color: #ED865D;
}
.TagClassName
{
border-color: #ED865D;
}
</style>