Shades of Crusta #ED854D
Tints of Crusta #ED854D
RGB
CMYK
RGB Variations
Color information
#ED854D (or 0xED854D) is known color: Crusta. HEX triplet: ED, 85 and 4D. RGB value is (237,133,77). Sum of RGB (Red+Green+Blue) = 237+133+77=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED854D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED854D is #127AB2. Grayscale: #9E9E9E. Windows color (decimal): -1211059 or 5080557. OLE color: 5080557.
HSL color Cylindrical-coordinate representation of color #ED854D: hue angle of 21º 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 #ED854D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 77 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.07 |
| HSL | 21º | 0.82% | 0.62% | - |
| HSV(B) | 21º | 0.68% | 0.93% | - |
| XYZ | 44.65 | 35.32 | 11.48 | - |
| YUV | 157.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 77 | 0 | 0.44 | 0.68 | 0.07 | 21 | 0.82 | 0.62 |
| Hex | ED | 85 | 4D | 0 | 2C | 44 | 7 | 15 | 52 | 3E |
| Octal | 355 | 205 | 115 | 0 | 54 | 104 | 7 | 25 | 122 | 76 |
| Binary | 11101101 | 10000101 | 1001101 | 0 | 101100 | 1000100 | 111 | 10101 | 1010010 | 111110 |
Color Harmonies of #ED854D
Complementary color
Monochromatic Colors of #ED854D
Black with #ED854D
Text Example
Text Example
White with #ED854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED854D; }
p { color: rgb(237,133,77); }
H1.HeaderClassName
{
color: #ED854D;
}
.AnyTagClassName
{
color: #ED854D;
}
</style>
background-color css
<style>
a { background-color: #ED854D; }
a { background-color: rgb(237,133,77); }
div.DivClassName
{
background-color: #ED854D;
}
.BgClassName
{
background-color: #ED854D;
}
</style>
border-color css
<style>
span { border-color: #ED854D; }
span { border-color: rgb(237,133,77); }
td.TdClassName
{
border-color: #ED854D;
}
.TagClassName
{
border-color: #ED854D;
}
</style>