Shades of Portica #E8D55B
Tints of Portica #E8D55B
RGB
CMYK
RGB Variations
Color information
#E8D55B (or 0xE8D55B) is known color: Portica. HEX triplet: E8, D5 and 5B. RGB value is (232,213,91). Sum of RGB (Red+Green+Blue) = 232+213+91=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D55B is #172AA4. Grayscale: #CDCDCD. Windows color (decimal): -1518245 or 6018536. OLE color: 6018536.
HSL color Cylindrical-coordinate representation of color #E8D55B: hue angle of 51.91º 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 #E8D55B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 91 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.09 |
| HSL | 51.91º | 0.75% | 0.63% | - |
| HSV(B) | 51.91º | 0.61% | 0.91% | - |
| XYZ | 58.96 | 65.5 | 19.43 | - |
| YUV | 204.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 91 | 0 | 0.08 | 0.61 | 0.09 | 51.91 | 0.75 | 0.63 |
| Hex | E8 | D5 | 5B | 0 | 8 | 3D | 9 | 34 | 4B | 3F |
| Octal | 350 | 325 | 133 | 0 | 10 | 75 | 11 | 64 | 113 | 77 |
| Binary | 11101000 | 11010101 | 1011011 | 0 | 1000 | 111101 | 1001 | 110100 | 1001011 | 111111 |
Color Harmonies of #E8D55B
Complementary color
Monochromatic Colors of #E8D55B
Black with #E8D55B
Text Example
Text Example
White with #E8D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D55B; }
p { color: rgb(232,213,91); }
H1.HeaderClassName
{
color: #E8D55B;
}
.AnyTagClassName
{
color: #E8D55B;
}
</style>
background-color css
<style>
a { background-color: #E8D55B; }
a { background-color: rgb(232,213,91); }
div.DivClassName
{
background-color: #E8D55B;
}
.BgClassName
{
background-color: #E8D55B;
}
</style>
border-color css
<style>
span { border-color: #E8D55B; }
span { border-color: rgb(232,213,91); }
td.TdClassName
{
border-color: #E8D55B;
}
.TagClassName
{
border-color: #E8D55B;
}
</style>