Shades of Portica #E7CA59
Tints of Portica #E7CA59
RGB
CMYK
RGB Variations
Color information
#E7CA59 (or 0xE7CA59) is known color: Portica. HEX triplet: E7, CA and 59. RGB value is (231,202,89). Sum of RGB (Red+Green+Blue) = 231+202+89=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA59 is #1835A6. Grayscale: #C6C6C6. Windows color (decimal): -1586599 or 5884647. OLE color: 5884647.
HSL color Cylindrical-coordinate representation of color #E7CA59: hue angle of 47.75º 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 #E7CA59 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 89 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.09 |
| HSL | 47.75º | 0.75% | 0.63% | - |
| HSV(B) | 47.75º | 0.61% | 0.91% | - |
| XYZ | 55.88 | 59.95 | 18.08 | - |
| YUV | 197.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 89 | 0 | 0.13 | 0.61 | 0.09 | 47.75 | 0.75 | 0.63 |
| Hex | E7 | CA | 59 | 0 | D | 3D | 9 | 30 | 4B | 3F |
| Octal | 347 | 312 | 131 | 0 | 15 | 75 | 11 | 60 | 113 | 77 |
| Binary | 11100111 | 11001010 | 1011001 | 0 | 1101 | 111101 | 1001 | 110000 | 1001011 | 111111 |
Color Harmonies of #E7CA59
Complementary color
Monochromatic Colors of #E7CA59
Black with #E7CA59
Text Example
Text Example
White with #E7CA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA59; }
p { color: rgb(231,202,89); }
H1.HeaderClassName
{
color: #E7CA59;
}
.AnyTagClassName
{
color: #E7CA59;
}
</style>
background-color css
<style>
a { background-color: #E7CA59; }
a { background-color: rgb(231,202,89); }
div.DivClassName
{
background-color: #E7CA59;
}
.BgClassName
{
background-color: #E7CA59;
}
</style>
border-color css
<style>
span { border-color: #E7CA59; }
span { border-color: rgb(231,202,89); }
td.TdClassName
{
border-color: #E7CA59;
}
.TagClassName
{
border-color: #E7CA59;
}
</style>