Shades of Portica #E8D15B
Tints of Portica #E8D15B
RGB
CMYK
RGB Variations
Color information
#E8D15B (or 0xE8D15B) is known color: Portica. HEX triplet: E8, D1 and 5B. RGB value is (232,209,91). Sum of RGB (Red+Green+Blue) = 232+209+91=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D15B is #172EA4. Grayscale: #CACACA. Windows color (decimal): -1519269 or 6017512. OLE color: 6017512.
HSL color Cylindrical-coordinate representation of color #E8D15B: hue angle of 50.21º degrees, saturation: 0.75, 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 #E8D15B is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 91 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.09 |
| HSL | 50.21º | 0.75% | 0.63% | - |
| HSV(B) | 50.21º | 0.61% | 0.91% | - |
| XYZ | 57.97 | 63.51 | 19.1 | - |
| YUV | 202.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 91 | 0 | 0.10 | 0.61 | 0.09 | 50.21 | 0.75 | 0.63 |
| Hex | E8 | D1 | 5B | 0 | A | 3D | 9 | 32 | 4B | 3F |
| Octal | 350 | 321 | 133 | 0 | 12 | 75 | 11 | 62 | 113 | 77 |
| Binary | 11101000 | 11010001 | 1011011 | 0 | 1010 | 111101 | 1001 | 110010 | 1001011 | 111111 |
Color Harmonies of #E8D15B
Complementary color
Monochromatic Colors of #E8D15B
Black with #E8D15B
Text Example
Text Example
White with #E8D15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D15B; }
p { color: rgb(232,209,91); }
H1.HeaderClassName
{
color: #E8D15B;
}
.AnyTagClassName
{
color: #E8D15B;
}
</style>
background-color css
<style>
a { background-color: #E8D15B; }
a { background-color: rgb(232,209,91); }
div.DivClassName
{
background-color: #E8D15B;
}
.BgClassName
{
background-color: #E8D15B;
}
</style>
border-color css
<style>
span { border-color: #E8D15B; }
span { border-color: rgb(232,209,91); }
td.TdClassName
{
border-color: #E8D15B;
}
.TagClassName
{
border-color: #E8D15B;
}
</style>