Shades of Crusta #ED854E
Tints of Crusta #ED854E
RGB
CMYK
RGB Variations
Color information
#ED854E (or 0xED854E) is known color: Crusta. HEX triplet: ED, 85 and 4E. RGB value is (237,133,78). Sum of RGB (Red+Green+Blue) = 237+133+78=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED854E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED854E is #127AB1. Grayscale: #9E9E9E. Windows color (decimal): -1211058 or 5146093. OLE color: 5146093.
HSL color Cylindrical-coordinate representation of color #ED854E: hue angle of 20.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED854E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 78 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.07 |
| HSL | 20.75º | 0.82% | 0.62% | - |
| HSV(B) | 20.75º | 0.67% | 0.93% | - |
| XYZ | 44.69 | 35.33 | 11.67 | - |
| YUV | 157.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 78 | 0 | 0.44 | 0.67 | 0.07 | 20.75 | 0.82 | 0.62 |
| Hex | ED | 85 | 4E | 0 | 2C | 43 | 7 | 15 | 52 | 3E |
| Octal | 355 | 205 | 116 | 0 | 54 | 103 | 7 | 25 | 122 | 76 |
| Binary | 11101101 | 10000101 | 1001110 | 0 | 101100 | 1000011 | 111 | 10101 | 1010010 | 111110 |
Color Harmonies of #ED854E
Complementary color
Monochromatic Colors of #ED854E
Black with #ED854E
Text Example
Text Example
White with #ED854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED854E; }
p { color: rgb(237,133,78); }
H1.HeaderClassName
{
color: #ED854E;
}
.AnyTagClassName
{
color: #ED854E;
}
</style>
background-color css
<style>
a { background-color: #ED854E; }
a { background-color: rgb(237,133,78); }
div.DivClassName
{
background-color: #ED854E;
}
.BgClassName
{
background-color: #ED854E;
}
</style>
border-color css
<style>
span { border-color: #ED854E; }
span { border-color: rgb(237,133,78); }
td.TdClassName
{
border-color: #ED854E;
}
.TagClassName
{
border-color: #ED854E;
}
</style>