Shades of Portica #E7D356
Tints of Portica #E7D356
RGB
CMYK
RGB Variations
Color information
#E7D356 (or 0xE7D356) is known color: Portica. HEX triplet: E7, D3 and 56. RGB value is (231,211,86). Sum of RGB (Red+Green+Blue) = 231+211+86=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D356 is #182CA9. Grayscale: #CBCBCB. Windows color (decimal): -1584298 or 5690343. OLE color: 5690343.
HSL color Cylindrical-coordinate representation of color #E7D356: hue angle of 51.72º 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 #E7D356 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 86 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.09 |
| HSL | 51.72º | 0.75% | 0.62% | - |
| HSV(B) | 51.72º | 0.63% | 0.91% | - |
| XYZ | 57.93 | 64.25 | 18.15 | - |
| YUV | 202.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 86 | 0 | 0.09 | 0.63 | 0.09 | 51.72 | 0.75 | 0.62 |
| Hex | E7 | D3 | 56 | 0 | 9 | 3F | 9 | 34 | 4B | 3E |
| Octal | 347 | 323 | 126 | 0 | 11 | 77 | 11 | 64 | 113 | 76 |
| Binary | 11100111 | 11010011 | 1010110 | 0 | 1001 | 111111 | 1001 | 110100 | 1001011 | 111110 |
Color Harmonies of #E7D356
Complementary color
Monochromatic Colors of #E7D356
Black with #E7D356
Text Example
Text Example
White with #E7D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D356; }
p { color: rgb(231,211,86); }
H1.HeaderClassName
{
color: #E7D356;
}
.AnyTagClassName
{
color: #E7D356;
}
</style>
background-color css
<style>
a { background-color: #E7D356; }
a { background-color: rgb(231,211,86); }
div.DivClassName
{
background-color: #E7D356;
}
.BgClassName
{
background-color: #E7D356;
}
</style>
border-color css
<style>
span { border-color: #E7D356; }
span { border-color: rgb(231,211,86); }
td.TdClassName
{
border-color: #E7D356;
}
.TagClassName
{
border-color: #E7D356;
}
</style>