Shades of Portica #E8D25B
Tints of Portica #E8D25B
RGB
CMYK
RGB Variations
Color information
#E8D25B (or 0xE8D25B) is known color: Portica. HEX triplet: E8, D2 and 5B. RGB value is (232,210,91). Sum of RGB (Red+Green+Blue) = 232+210+91=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D25B is #172DA4. Grayscale: #CBCBCB. Windows color (decimal): -1519013 or 6017768. OLE color: 6017768.
HSL color Cylindrical-coordinate representation of color #E8D25B: hue angle of 50.64º 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 #E8D25B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 91 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.09 |
| HSL | 50.64º | 0.75% | 0.63% | - |
| HSV(B) | 50.64º | 0.61% | 0.91% | - |
| XYZ | 58.21 | 64 | 19.18 | - |
| YUV | 203.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 91 | 0 | 0.09 | 0.61 | 0.09 | 50.64 | 0.75 | 0.63 |
| Hex | E8 | D2 | 5B | 0 | 9 | 3D | 9 | 33 | 4B | 3F |
| Octal | 350 | 322 | 133 | 0 | 11 | 75 | 11 | 63 | 113 | 77 |
| Binary | 11101000 | 11010010 | 1011011 | 0 | 1001 | 111101 | 1001 | 110011 | 1001011 | 111111 |
Color Harmonies of #E8D25B
Complementary color
Monochromatic Colors of #E8D25B
Black with #E8D25B
Text Example
Text Example
White with #E8D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D25B; }
p { color: rgb(232,210,91); }
H1.HeaderClassName
{
color: #E8D25B;
}
.AnyTagClassName
{
color: #E8D25B;
}
</style>
background-color css
<style>
a { background-color: #E8D25B; }
a { background-color: rgb(232,210,91); }
div.DivClassName
{
background-color: #E8D25B;
}
.BgClassName
{
background-color: #E8D25B;
}
</style>
border-color css
<style>
span { border-color: #E8D25B; }
span { border-color: rgb(232,210,91); }
td.TdClassName
{
border-color: #E8D25B;
}
.TagClassName
{
border-color: #E8D25B;
}
</style>