Shades of Portica #E8D257
Tints of Portica #E8D257
RGB
CMYK
RGB Variations
Color information
#E8D257 (or 0xE8D257) is known color: Portica. HEX triplet: E8, D2 and 57. RGB value is (232,210,87). Sum of RGB (Red+Green+Blue) = 232+210+87=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D257 is #172DA8. Grayscale: #CBCBCB. Windows color (decimal): -1519017 or 5755624. OLE color: 5755624.
HSL color Cylindrical-coordinate representation of color #E8D257: hue angle of 50.9º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E8D257 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 87 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.09 |
| HSL | 50.9º | 0.76% | 0.63% | - |
| HSV(B) | 50.9º | 0.63% | 0.91% | - |
| XYZ | 58.05 | 63.94 | 18.3 | - |
| YUV | 202.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 87 | 0 | 0.09 | 0.62 | 0.09 | 50.9 | 0.76 | 0.63 |
| Hex | E8 | D2 | 57 | 0 | 9 | 3E | 9 | 33 | 4C | 3F |
| Octal | 350 | 322 | 127 | 0 | 11 | 76 | 11 | 63 | 114 | 77 |
| Binary | 11101000 | 11010010 | 1010111 | 0 | 1001 | 111110 | 1001 | 110011 | 1001100 | 111111 |
Color Harmonies of #E8D257
Complementary color
Monochromatic Colors of #E8D257
Black with #E8D257
Text Example
Text Example
White with #E8D257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D257; }
p { color: rgb(232,210,87); }
H1.HeaderClassName
{
color: #E8D257;
}
.AnyTagClassName
{
color: #E8D257;
}
</style>
background-color css
<style>
a { background-color: #E8D257; }
a { background-color: rgb(232,210,87); }
div.DivClassName
{
background-color: #E8D257;
}
.BgClassName
{
background-color: #E8D257;
}
</style>
border-color css
<style>
span { border-color: #E8D257; }
span { border-color: rgb(232,210,87); }
td.TdClassName
{
border-color: #E8D257;
}
.TagClassName
{
border-color: #E8D257;
}
</style>