Shades of Portica #E5D056
Tints of Portica #E5D056
RGB
CMYK
RGB Variations
Color information
#E5D056 (or 0xE5D056) is known color: Portica. HEX triplet: E5, D0 and 56. RGB value is (229,208,86). Sum of RGB (Red+Green+Blue) = 229+208+86=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D056 is #1A2FA9. Grayscale: #C8C8C8. Windows color (decimal): -1716138 or 5689573. OLE color: 5689573.
HSL color Cylindrical-coordinate representation of color #E5D056: hue angle of 51.19º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5D056 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 86 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.10 |
| HSL | 51.19º | 0.73% | 0.62% | - |
| HSV(B) | 51.19º | 0.62% | 0.9% | - |
| XYZ | 56.55 | 62.44 | 17.88 | - |
| YUV | 200.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 86 | 0 | 0.09 | 0.62 | 0.10 | 51.19 | 0.73 | 0.62 |
| Hex | E5 | D0 | 56 | 0 | 9 | 3E | A | 33 | 49 | 3E |
| Octal | 345 | 320 | 126 | 0 | 11 | 76 | 12 | 63 | 111 | 76 |
| Binary | 11100101 | 11010000 | 1010110 | 0 | 1001 | 111110 | 1010 | 110011 | 1001001 | 111110 |
Color Harmonies of #E5D056
Complementary color
Monochromatic Colors of #E5D056
Black with #E5D056
Text Example
Text Example
White with #E5D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D056; }
p { color: rgb(229,208,86); }
H1.HeaderClassName
{
color: #E5D056;
}
.AnyTagClassName
{
color: #E5D056;
}
</style>
background-color css
<style>
a { background-color: #E5D056; }
a { background-color: rgb(229,208,86); }
div.DivClassName
{
background-color: #E5D056;
}
.BgClassName
{
background-color: #E5D056;
}
</style>
border-color css
<style>
span { border-color: #E5D056; }
span { border-color: rgb(229,208,86); }
td.TdClassName
{
border-color: #E5D056;
}
.TagClassName
{
border-color: #E5D056;
}
</style>