Shades of Crusta #ED865C
Tints of Crusta #ED865C
RGB
CMYK
RGB Variations
Color information
#ED865C (or 0xED865C) is known color: Crusta. HEX triplet: ED, 86 and 5C. RGB value is (237,134,92). Sum of RGB (Red+Green+Blue) = 237+134+92=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED865C is #1279A3. Grayscale: #A0A0A0. Windows color (decimal): -1210788 or 6063853. OLE color: 6063853.
HSL color Cylindrical-coordinate representation of color #ED865C: hue angle of 17.38º 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 #ED865C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 92 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.07 |
| HSL | 17.38º | 0.8% | 0.65% | - |
| HSV(B) | 17.38º | 0.61% | 0.93% | - |
| XYZ | 45.38 | 35.83 | 14.65 | - |
| YUV | 160.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 92 | 0 | 0.43 | 0.61 | 0.07 | 17.38 | 0.8 | 0.65 |
| Hex | ED | 86 | 5C | 0 | 2B | 3D | 7 | 11 | 50 | 41 |
| Octal | 355 | 206 | 134 | 0 | 53 | 75 | 7 | 21 | 120 | 101 |
| Binary | 11101101 | 10000110 | 1011100 | 0 | 101011 | 111101 | 111 | 10001 | 1010000 | 1000001 |
Color Harmonies of #ED865C
Complementary color
Monochromatic Colors of #ED865C
Black with #ED865C
Text Example
Text Example
White with #ED865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED865C; }
p { color: rgb(237,134,92); }
H1.HeaderClassName
{
color: #ED865C;
}
.AnyTagClassName
{
color: #ED865C;
}
</style>
background-color css
<style>
a { background-color: #ED865C; }
a { background-color: rgb(237,134,92); }
div.DivClassName
{
background-color: #ED865C;
}
.BgClassName
{
background-color: #ED865C;
}
</style>
border-color css
<style>
span { border-color: #ED865C; }
span { border-color: rgb(237,134,92); }
td.TdClassName
{
border-color: #ED865C;
}
.TagClassName
{
border-color: #ED865C;
}
</style>