Shades of Crusta #ED8A58
Tints of Crusta #ED8A58
RGB
CMYK
RGB Variations
Color information
#ED8A58 (or 0xED8A58) is known color: Crusta. HEX triplet: ED, 8A and 58. RGB value is (237,138,88). Sum of RGB (Red+Green+Blue) = 237+138+88=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A58 is #1275A7. Grayscale: #A2A2A2. Windows color (decimal): -1209768 or 5802733. OLE color: 5802733.
HSL color Cylindrical-coordinate representation of color #ED8A58: hue angle of 20.13º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED8A58 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 88 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.07 |
| HSL | 20.13º | 0.81% | 0.64% | - |
| HSV(B) | 20.13º | 0.63% | 0.93% | - |
| XYZ | 45.77 | 36.89 | 13.94 | - |
| YUV | 161.9 | 86.3 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 88 | 0 | 0.42 | 0.63 | 0.07 | 20.13 | 0.81 | 0.64 |
| Hex | ED | 8A | 58 | 0 | 2A | 3F | 7 | 14 | 51 | 40 |
| Octal | 355 | 212 | 130 | 0 | 52 | 77 | 7 | 24 | 121 | 100 |
| Binary | 11101101 | 10001010 | 1011000 | 0 | 101010 | 111111 | 111 | 10100 | 1010001 | 1000000 |
Color Harmonies of #ED8A58
Complementary color
Monochromatic Colors of #ED8A58
Black with #ED8A58
Text Example
Text Example
White with #ED8A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A58; }
p { color: rgb(237,138,88); }
H1.HeaderClassName
{
color: #ED8A58;
}
.AnyTagClassName
{
color: #ED8A58;
}
</style>
background-color css
<style>
a { background-color: #ED8A58; }
a { background-color: rgb(237,138,88); }
div.DivClassName
{
background-color: #ED8A58;
}
.BgClassName
{
background-color: #ED8A58;
}
</style>
border-color css
<style>
span { border-color: #ED8A58; }
span { border-color: rgb(237,138,88); }
td.TdClassName
{
border-color: #ED8A58;
}
.TagClassName
{
border-color: #ED8A58;
}
</style>