Shades of Portica #E8D55A
Tints of Portica #E8D55A
RGB
CMYK
RGB Variations
Color information
#E8D55A (or 0xE8D55A) is known color: Portica. HEX triplet: E8, D5 and 5A. RGB value is (232,213,90). Sum of RGB (Red+Green+Blue) = 232+213+90=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D55A is #172AA5. Grayscale: #CDCDCD. Windows color (decimal): -1518246 or 5953000. OLE color: 5953000.
HSL color Cylindrical-coordinate representation of color #E8D55A: hue angle of 51.97º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8D55A is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 90 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.09 |
| HSL | 51.97º | 0.76% | 0.63% | - |
| HSV(B) | 51.97º | 0.61% | 0.91% | - |
| XYZ | 58.92 | 65.48 | 19.21 | - |
| YUV | 204.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 90 | 0 | 0.08 | 0.61 | 0.09 | 51.97 | 0.76 | 0.63 |
| Hex | E8 | D5 | 5A | 0 | 8 | 3D | 9 | 34 | 4C | 3F |
| Octal | 350 | 325 | 132 | 0 | 10 | 75 | 11 | 64 | 114 | 77 |
| Binary | 11101000 | 11010101 | 1011010 | 0 | 1000 | 111101 | 1001 | 110100 | 1001100 | 111111 |
Color Harmonies of #E8D55A
Complementary color
Monochromatic Colors of #E8D55A
Black with #E8D55A
Text Example
Text Example
White with #E8D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D55A; }
p { color: rgb(232,213,90); }
H1.HeaderClassName
{
color: #E8D55A;
}
.AnyTagClassName
{
color: #E8D55A;
}
</style>
background-color css
<style>
a { background-color: #E8D55A; }
a { background-color: rgb(232,213,90); }
div.DivClassName
{
background-color: #E8D55A;
}
.BgClassName
{
background-color: #E8D55A;
}
</style>
border-color css
<style>
span { border-color: #E8D55A; }
span { border-color: rgb(232,213,90); }
td.TdClassName
{
border-color: #E8D55A;
}
.TagClassName
{
border-color: #E8D55A;
}
</style>