Shades of Portica #E7CF59
Tints of Portica #E7CF59
RGB
CMYK
RGB Variations
Color information
#E7CF59 (or 0xE7CF59) is known color: Portica. HEX triplet: E7, CF and 59. RGB value is (231,207,89). Sum of RGB (Red+Green+Blue) = 231+207+89=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF59 is #1830A6. Grayscale: #C9C9C9. Windows color (decimal): -1585319 or 5885927. OLE color: 5885927.
HSL color Cylindrical-coordinate representation of color #E7CF59: hue angle of 49.86º 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 #E7CF59 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 89 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.09 |
| HSL | 49.86º | 0.75% | 0.63% | - |
| HSV(B) | 49.86º | 0.61% | 0.91% | - |
| XYZ | 57.07 | 62.34 | 18.48 | - |
| YUV | 200.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 89 | 0 | 0.10 | 0.61 | 0.09 | 49.86 | 0.75 | 0.63 |
| Hex | E7 | CF | 59 | 0 | A | 3D | 9 | 32 | 4B | 3F |
| Octal | 347 | 317 | 131 | 0 | 12 | 75 | 11 | 62 | 113 | 77 |
| Binary | 11100111 | 11001111 | 1011001 | 0 | 1010 | 111101 | 1001 | 110010 | 1001011 | 111111 |
Color Harmonies of #E7CF59
Complementary color
Monochromatic Colors of #E7CF59
Black with #E7CF59
Text Example
Text Example
White with #E7CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF59; }
p { color: rgb(231,207,89); }
H1.HeaderClassName
{
color: #E7CF59;
}
.AnyTagClassName
{
color: #E7CF59;
}
</style>
background-color css
<style>
a { background-color: #E7CF59; }
a { background-color: rgb(231,207,89); }
div.DivClassName
{
background-color: #E7CF59;
}
.BgClassName
{
background-color: #E7CF59;
}
</style>
border-color css
<style>
span { border-color: #E7CF59; }
span { border-color: rgb(231,207,89); }
td.TdClassName
{
border-color: #E7CF59;
}
.TagClassName
{
border-color: #E7CF59;
}
</style>