Shades of Crusta #ED8F62
Tints of Crusta #ED8F62
RGB
CMYK
RGB Variations
Color information
#ED8F62 (or 0xED8F62) is known color: Crusta. HEX triplet: ED, 8F and 62. RGB value is (237,143,98). Sum of RGB (Red+Green+Blue) = 237+143+98=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F62 is #12709D. Grayscale: #A6A6A6. Windows color (decimal): -1208478 or 6459373. OLE color: 6459373.
HSL color Cylindrical-coordinate representation of color #ED8F62: hue angle of 19.42º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED8F62 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 98 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.07 |
| HSL | 19.42º | 0.79% | 0.66% | - |
| HSV(B) | 19.42º | 0.59% | 0.93% | - |
| XYZ | 46.95 | 38.53 | 16.52 | - |
| YUV | 165.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 98 | 0 | 0.40 | 0.59 | 0.07 | 19.42 | 0.79 | 0.66 |
| Hex | ED | 8F | 62 | 0 | 28 | 3B | 7 | 13 | 4F | 42 |
| Octal | 355 | 217 | 142 | 0 | 50 | 73 | 7 | 23 | 117 | 102 |
| Binary | 11101101 | 10001111 | 1100010 | 0 | 101000 | 111011 | 111 | 10011 | 1001111 | 1000010 |
Color Harmonies of #ED8F62
Complementary color
Monochromatic Colors of #ED8F62
Black with #ED8F62
Text Example
Text Example
White with #ED8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F62; }
p { color: rgb(237,143,98); }
H1.HeaderClassName
{
color: #ED8F62;
}
.AnyTagClassName
{
color: #ED8F62;
}
</style>
background-color css
<style>
a { background-color: #ED8F62; }
a { background-color: rgb(237,143,98); }
div.DivClassName
{
background-color: #ED8F62;
}
.BgClassName
{
background-color: #ED8F62;
}
</style>
border-color css
<style>
span { border-color: #ED8F62; }
span { border-color: rgb(237,143,98); }
td.TdClassName
{
border-color: #ED8F62;
}
.TagClassName
{
border-color: #ED8F62;
}
</style>