Shades of Portica #E7D459
Tints of Portica #E7D459
RGB
CMYK
RGB Variations
Color information
#E7D459 (or 0xE7D459) is known color: Portica. HEX triplet: E7, D4 and 59. RGB value is (231,212,89). Sum of RGB (Red+Green+Blue) = 231+212+89=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D459 is #182BA6. Grayscale: #CCCCCC. Windows color (decimal): -1584039 or 5887207. OLE color: 5887207.
HSL color Cylindrical-coordinate representation of color #E7D459: hue angle of 51.97º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7D459 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 89 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.09 |
| HSL | 51.97º | 0.75% | 0.63% | - |
| HSV(B) | 51.97º | 0.61% | 0.91% | - |
| XYZ | 58.3 | 64.8 | 18.89 | - |
| YUV | 203.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 89 | 0 | 0.08 | 0.61 | 0.09 | 51.97 | 0.75 | 0.63 |
| Hex | E7 | D4 | 59 | 0 | 8 | 3D | 9 | 34 | 4B | 3F |
| Octal | 347 | 324 | 131 | 0 | 10 | 75 | 11 | 64 | 113 | 77 |
| Binary | 11100111 | 11010100 | 1011001 | 0 | 1000 | 111101 | 1001 | 110100 | 1001011 | 111111 |
Color Harmonies of #E7D459
Complementary color
Monochromatic Colors of #E7D459
Black with #E7D459
Text Example
Text Example
White with #E7D459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D459; }
p { color: rgb(231,212,89); }
H1.HeaderClassName
{
color: #E7D459;
}
.AnyTagClassName
{
color: #E7D459;
}
</style>
background-color css
<style>
a { background-color: #E7D459; }
a { background-color: rgb(231,212,89); }
div.DivClassName
{
background-color: #E7D459;
}
.BgClassName
{
background-color: #E7D459;
}
</style>
border-color css
<style>
span { border-color: #E7D459; }
span { border-color: rgb(231,212,89); }
td.TdClassName
{
border-color: #E7D459;
}
.TagClassName
{
border-color: #E7D459;
}
</style>