Shades of Portica #E9D355
Tints of Portica #E9D355
RGB
CMYK
RGB Variations
Color information
#E9D355 (or 0xE9D355) is known color: Portica. HEX triplet: E9, D3 and 55. RGB value is (233,211,85). Sum of RGB (Red+Green+Blue) = 233+211+85=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D355 is #162CAA. Grayscale: #CBCBCB. Windows color (decimal): -1453227 or 5624809. OLE color: 5624809.
HSL color Cylindrical-coordinate representation of color #E9D355: hue angle of 51.08º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9D355 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 85 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.09 |
| HSL | 51.08º | 0.77% | 0.62% | - |
| HSV(B) | 51.08º | 0.64% | 0.91% | - |
| XYZ | 58.54 | 64.57 | 17.97 | - |
| YUV | 203.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 85 | 0 | 0.09 | 0.64 | 0.09 | 51.08 | 0.77 | 0.62 |
| Hex | E9 | D3 | 55 | 0 | 9 | 40 | 9 | 33 | 4D | 3E |
| Octal | 351 | 323 | 125 | 0 | 11 | 100 | 11 | 63 | 115 | 76 |
| Binary | 11101001 | 11010011 | 1010101 | 0 | 1001 | 1000000 | 1001 | 110011 | 1001101 | 111110 |
Color Harmonies of #E9D355
Complementary color
Monochromatic Colors of #E9D355
Black with #E9D355
Text Example
Text Example
White with #E9D355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D355; }
p { color: rgb(233,211,85); }
H1.HeaderClassName
{
color: #E9D355;
}
.AnyTagClassName
{
color: #E9D355;
}
</style>
background-color css
<style>
a { background-color: #E9D355; }
a { background-color: rgb(233,211,85); }
div.DivClassName
{
background-color: #E9D355;
}
.BgClassName
{
background-color: #E9D355;
}
</style>
border-color css
<style>
span { border-color: #E9D355; }
span { border-color: rgb(233,211,85); }
td.TdClassName
{
border-color: #E9D355;
}
.TagClassName
{
border-color: #E9D355;
}
</style>