Shades of Crusta #ED8955
Tints of Crusta #ED8955
RGB
CMYK
RGB Variations
Color information
#ED8955 (or 0xED8955) is known color: Crusta. HEX triplet: ED, 89 and 55. RGB value is (237,137,85). Sum of RGB (Red+Green+Blue) = 237+137+85=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8955 is #1276AA. Grayscale: #A1A1A1. Windows color (decimal): -1210027 or 5605869. OLE color: 5605869.
HSL color Cylindrical-coordinate representation of color #ED8955: hue angle of 20.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED8955 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 85 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.07 |
| HSL | 20.53º | 0.81% | 0.63% | - |
| HSV(B) | 20.53º | 0.64% | 0.93% | - |
| XYZ | 45.51 | 36.55 | 13.25 | - |
| YUV | 160.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 85 | 0 | 0.42 | 0.64 | 0.07 | 20.53 | 0.81 | 0.63 |
| Hex | ED | 89 | 55 | 0 | 2A | 40 | 7 | 15 | 51 | 3F |
| Octal | 355 | 211 | 125 | 0 | 52 | 100 | 7 | 25 | 121 | 77 |
| Binary | 11101101 | 10001001 | 1010101 | 0 | 101010 | 1000000 | 111 | 10101 | 1010001 | 111111 |
Color Harmonies of #ED8955
Complementary color
Monochromatic Colors of #ED8955
Black with #ED8955
Text Example
Text Example
White with #ED8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8955; }
p { color: rgb(237,137,85); }
H1.HeaderClassName
{
color: #ED8955;
}
.AnyTagClassName
{
color: #ED8955;
}
</style>
background-color css
<style>
a { background-color: #ED8955; }
a { background-color: rgb(237,137,85); }
div.DivClassName
{
background-color: #ED8955;
}
.BgClassName
{
background-color: #ED8955;
}
</style>
border-color css
<style>
span { border-color: #ED8955; }
span { border-color: rgb(237,137,85); }
td.TdClassName
{
border-color: #ED8955;
}
.TagClassName
{
border-color: #ED8955;
}
</style>