Shades of Crusta #ED8962
Tints of Crusta #ED8962
RGB
CMYK
RGB Variations
Color information
#ED8962 (or 0xED8962) is known color: Crusta. HEX triplet: ED, 89 and 62. RGB value is (237,137,98). Sum of RGB (Red+Green+Blue) = 237+137+98=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8962 is #12769D. Grayscale: #A2A2A2. Windows color (decimal): -1210014 or 6457837. OLE color: 6457837.
HSL color Cylindrical-coordinate representation of color #ED8962: hue angle of 16.83º 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 #ED8962 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 98 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.07 |
| HSL | 16.83º | 0.79% | 0.66% | - |
| HSV(B) | 16.83º | 0.59% | 0.93% | - |
| XYZ | 46.08 | 36.78 | 16.23 | - |
| YUV | 162.45 | 91.63 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 98 | 0 | 0.42 | 0.59 | 0.07 | 16.83 | 0.79 | 0.66 |
| Hex | ED | 89 | 62 | 0 | 2A | 3B | 7 | 11 | 4F | 42 |
| Octal | 355 | 211 | 142 | 0 | 52 | 73 | 7 | 21 | 117 | 102 |
| Binary | 11101101 | 10001001 | 1100010 | 0 | 101010 | 111011 | 111 | 10001 | 1001111 | 1000010 |
Color Harmonies of #ED8962
Complementary color
Monochromatic Colors of #ED8962
Black with #ED8962
Text Example
Text Example
White with #ED8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8962; }
p { color: rgb(237,137,98); }
H1.HeaderClassName
{
color: #ED8962;
}
.AnyTagClassName
{
color: #ED8962;
}
</style>
background-color css
<style>
a { background-color: #ED8962; }
a { background-color: rgb(237,137,98); }
div.DivClassName
{
background-color: #ED8962;
}
.BgClassName
{
background-color: #ED8962;
}
</style>
border-color css
<style>
span { border-color: #ED8962; }
span { border-color: rgb(237,137,98); }
td.TdClassName
{
border-color: #ED8962;
}
.TagClassName
{
border-color: #ED8962;
}
</style>