Shades of Portica #E8CE5B
Tints of Portica #E8CE5B
RGB
CMYK
RGB Variations
Color information
#E8CE5B (or 0xE8CE5B) is known color: Portica. HEX triplet: E8, CE and 5B. RGB value is (232,206,91). Sum of RGB (Red+Green+Blue) = 232+206+91=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE5B is #1731A4. Grayscale: #C9C9C9. Windows color (decimal): -1520037 or 6016744. OLE color: 6016744.
HSL color Cylindrical-coordinate representation of color #E8CE5B: hue angle of 48.94º 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 #E8CE5B is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 91 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.09 |
| HSL | 48.94º | 0.75% | 0.63% | - |
| HSV(B) | 48.94º | 0.61% | 0.91% | - |
| XYZ | 57.24 | 62.05 | 18.86 | - |
| YUV | 200.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 91 | 0 | 0.11 | 0.61 | 0.09 | 48.94 | 0.75 | 0.63 |
| Hex | E8 | CE | 5B | 0 | B | 3D | 9 | 31 | 4B | 3F |
| Octal | 350 | 316 | 133 | 0 | 13 | 75 | 11 | 61 | 113 | 77 |
| Binary | 11101000 | 11001110 | 1011011 | 0 | 1011 | 111101 | 1001 | 110001 | 1001011 | 111111 |
Color Harmonies of #E8CE5B
Complementary color
Monochromatic Colors of #E8CE5B
Black with #E8CE5B
Text Example
Text Example
White with #E8CE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE5B; }
p { color: rgb(232,206,91); }
H1.HeaderClassName
{
color: #E8CE5B;
}
.AnyTagClassName
{
color: #E8CE5B;
}
</style>
background-color css
<style>
a { background-color: #E8CE5B; }
a { background-color: rgb(232,206,91); }
div.DivClassName
{
background-color: #E8CE5B;
}
.BgClassName
{
background-color: #E8CE5B;
}
</style>
border-color css
<style>
span { border-color: #E8CE5B; }
span { border-color: rgb(232,206,91); }
td.TdClassName
{
border-color: #E8CE5B;
}
.TagClassName
{
border-color: #E8CE5B;
}
</style>