Shades of Crusta #ED864D
Tints of Crusta #ED864D
RGB
CMYK
RGB Variations
Color information
#ED864D (or 0xED864D) is known color: Crusta. HEX triplet: ED, 86 and 4D. RGB value is (237,134,77). Sum of RGB (Red+Green+Blue) = 237+134+77=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED864D is #1279B2. Grayscale: #9E9E9E. Windows color (decimal): -1210803 or 5080813. OLE color: 5080813.
HSL color Cylindrical-coordinate representation of color #ED864D: hue angle of 21.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED864D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 77 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.07 |
| HSL | 21.38º | 0.82% | 0.62% | - |
| HSV(B) | 21.38º | 0.68% | 0.93% | - |
| XYZ | 44.79 | 35.59 | 11.53 | - |
| YUV | 158.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 77 | 0 | 0.43 | 0.68 | 0.07 | 21.38 | 0.82 | 0.62 |
| Hex | ED | 86 | 4D | 0 | 2B | 44 | 7 | 15 | 52 | 3E |
| Octal | 355 | 206 | 115 | 0 | 53 | 104 | 7 | 25 | 122 | 76 |
| Binary | 11101101 | 10000110 | 1001101 | 0 | 101011 | 1000100 | 111 | 10101 | 1010010 | 111110 |
Color Harmonies of #ED864D
Complementary color
Monochromatic Colors of #ED864D
Black with #ED864D
Text Example
Text Example
White with #ED864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED864D; }
p { color: rgb(237,134,77); }
H1.HeaderClassName
{
color: #ED864D;
}
.AnyTagClassName
{
color: #ED864D;
}
</style>
background-color css
<style>
a { background-color: #ED864D; }
a { background-color: rgb(237,134,77); }
div.DivClassName
{
background-color: #ED864D;
}
.BgClassName
{
background-color: #ED864D;
}
</style>
border-color css
<style>
span { border-color: #ED864D; }
span { border-color: rgb(237,134,77); }
td.TdClassName
{
border-color: #ED864D;
}
.TagClassName
{
border-color: #ED864D;
}
</style>