Shades of Portica #E8D355
Tints of Portica #E8D355
RGB
CMYK
RGB Variations
Color information
#E8D355 (or 0xE8D355) is known color: Portica. HEX triplet: E8, D3 and 55. RGB value is (232,211,85). Sum of RGB (Red+Green+Blue) = 232+211+85=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D355 is #172CAA. Grayscale: #CBCBCB. Windows color (decimal): -1518763 or 5624808. OLE color: 5624808.
HSL color Cylindrical-coordinate representation of color #E8D355: hue angle of 51.43º degrees, saturation: 0.76, 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 #E8D355 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 85 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.09 |
| HSL | 51.43º | 0.76% | 0.62% | - |
| HSV(B) | 51.43º | 0.63% | 0.91% | - |
| XYZ | 58.21 | 64.4 | 17.96 | - |
| YUV | 202.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 85 | 0 | 0.09 | 0.63 | 0.09 | 51.43 | 0.76 | 0.62 |
| Hex | E8 | D3 | 55 | 0 | 9 | 3F | 9 | 33 | 4C | 3E |
| Octal | 350 | 323 | 125 | 0 | 11 | 77 | 11 | 63 | 114 | 76 |
| Binary | 11101000 | 11010011 | 1010101 | 0 | 1001 | 111111 | 1001 | 110011 | 1001100 | 111110 |
Color Harmonies of #E8D355
Complementary color
Monochromatic Colors of #E8D355
Black with #E8D355
Text Example
Text Example
White with #E8D355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D355; }
p { color: rgb(232,211,85); }
H1.HeaderClassName
{
color: #E8D355;
}
.AnyTagClassName
{
color: #E8D355;
}
</style>
background-color css
<style>
a { background-color: #E8D355; }
a { background-color: rgb(232,211,85); }
div.DivClassName
{
background-color: #E8D355;
}
.BgClassName
{
background-color: #E8D355;
}
</style>
border-color css
<style>
span { border-color: #E8D355; }
span { border-color: rgb(232,211,85); }
td.TdClassName
{
border-color: #E8D355;
}
.TagClassName
{
border-color: #E8D355;
}
</style>