Shades of Portica #E7D156
Tints of Portica #E7D156
RGB
CMYK
RGB Variations
Color information
#E7D156 (or 0xE7D156) is known color: Portica. HEX triplet: E7, D1 and 56. RGB value is (231,209,86). Sum of RGB (Red+Green+Blue) = 231+209+86=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D156 is #182EA9. Grayscale: #CACACA. Windows color (decimal): -1584810 or 5689831. OLE color: 5689831.
HSL color Cylindrical-coordinate representation of color #E7D156: hue angle of 50.9º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7D156 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 86 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.09 |
| HSL | 50.9º | 0.75% | 0.62% | - |
| HSV(B) | 50.9º | 0.63% | 0.91% | - |
| XYZ | 57.44 | 63.26 | 17.99 | - |
| YUV | 201.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 86 | 0 | 0.10 | 0.63 | 0.09 | 50.9 | 0.75 | 0.62 |
| Hex | E7 | D1 | 56 | 0 | A | 3F | 9 | 33 | 4B | 3E |
| Octal | 347 | 321 | 126 | 0 | 12 | 77 | 11 | 63 | 113 | 76 |
| Binary | 11100111 | 11010001 | 1010110 | 0 | 1010 | 111111 | 1001 | 110011 | 1001011 | 111110 |
Color Harmonies of #E7D156
Complementary color
Monochromatic Colors of #E7D156
Black with #E7D156
Text Example
Text Example
White with #E7D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D156; }
p { color: rgb(231,209,86); }
H1.HeaderClassName
{
color: #E7D156;
}
.AnyTagClassName
{
color: #E7D156;
}
</style>
background-color css
<style>
a { background-color: #E7D156; }
a { background-color: rgb(231,209,86); }
div.DivClassName
{
background-color: #E7D156;
}
.BgClassName
{
background-color: #E7D156;
}
</style>
border-color css
<style>
span { border-color: #E7D156; }
span { border-color: rgb(231,209,86); }
td.TdClassName
{
border-color: #E7D156;
}
.TagClassName
{
border-color: #E7D156;
}
</style>