Shades of Crusta #EC9062
Tints of Crusta #EC9062
RGB
CMYK
RGB Variations
Color information
#EC9062 (or 0xEC9062) is known color: Crusta. HEX triplet: EC, 90 and 62. RGB value is (236,144,98). Sum of RGB (Red+Green+Blue) = 236+144+98=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9062 is #136F9D. Grayscale: #A6A6A6. Windows color (decimal): -1273758 or 6459628. OLE color: 6459628.
HSL color Cylindrical-coordinate representation of color #EC9062: hue angle of 20º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC9062 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 98 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.07 |
| HSL | 20º | 0.78% | 0.65% | - |
| HSV(B) | 20º | 0.58% | 0.93% | - |
| XYZ | 46.77 | 38.66 | 16.55 | - |
| YUV | 166.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 98 | 0 | 0.39 | 0.58 | 0.07 | 20 | 0.78 | 0.65 |
| Hex | EC | 90 | 62 | 0 | 27 | 3A | 7 | 14 | 4E | 41 |
| Octal | 354 | 220 | 142 | 0 | 47 | 72 | 7 | 24 | 116 | 101 |
| Binary | 11101100 | 10010000 | 1100010 | 0 | 100111 | 111010 | 111 | 10100 | 1001110 | 1000001 |
Color Harmonies of #EC9062
Complementary color
Monochromatic Colors of #EC9062
Black with #EC9062
Text Example
Text Example
White with #EC9062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9062; }
p { color: rgb(236,144,98); }
H1.HeaderClassName
{
color: #EC9062;
}
.AnyTagClassName
{
color: #EC9062;
}
</style>
background-color css
<style>
a { background-color: #EC9062; }
a { background-color: rgb(236,144,98); }
div.DivClassName
{
background-color: #EC9062;
}
.BgClassName
{
background-color: #EC9062;
}
</style>
border-color css
<style>
span { border-color: #EC9062; }
span { border-color: rgb(236,144,98); }
td.TdClassName
{
border-color: #EC9062;
}
.TagClassName
{
border-color: #EC9062;
}
</style>