Shades of Portica #E9D256
Tints of Portica #E9D256
RGB
CMYK
RGB Variations
Color information
#E9D256 (or 0xE9D256) is known color: Portica. HEX triplet: E9, D2 and 56. RGB value is (233,210,86). Sum of RGB (Red+Green+Blue) = 233+210+86=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D256 is #162DA9. Grayscale: #CBCBCB. Windows color (decimal): -1453482 or 5690089. OLE color: 5690089.
HSL color Cylindrical-coordinate representation of color #E9D256: hue angle of 50.61º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9D256 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 86 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.09 |
| HSL | 50.61º | 0.77% | 0.63% | - |
| HSV(B) | 50.61º | 0.63% | 0.91% | - |
| XYZ | 58.33 | 64.09 | 18.1 | - |
| YUV | 202.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 86 | 0 | 0.10 | 0.63 | 0.09 | 50.61 | 0.77 | 0.63 |
| Hex | E9 | D2 | 56 | 0 | A | 3F | 9 | 33 | 4D | 3F |
| Octal | 351 | 322 | 126 | 0 | 12 | 77 | 11 | 63 | 115 | 77 |
| Binary | 11101001 | 11010010 | 1010110 | 0 | 1010 | 111111 | 1001 | 110011 | 1001101 | 111111 |
Color Harmonies of #E9D256
Complementary color
Monochromatic Colors of #E9D256
Black with #E9D256
Text Example
Text Example
White with #E9D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D256; }
p { color: rgb(233,210,86); }
H1.HeaderClassName
{
color: #E9D256;
}
.AnyTagClassName
{
color: #E9D256;
}
</style>
background-color css
<style>
a { background-color: #E9D256; }
a { background-color: rgb(233,210,86); }
div.DivClassName
{
background-color: #E9D256;
}
.BgClassName
{
background-color: #E9D256;
}
</style>
border-color css
<style>
span { border-color: #E9D256; }
span { border-color: rgb(233,210,86); }
td.TdClassName
{
border-color: #E9D256;
}
.TagClassName
{
border-color: #E9D256;
}
</style>