Shades of Portica #E8CC5A
Tints of Portica #E8CC5A
RGB
CMYK
RGB Variations
Color information
#E8CC5A (or 0xE8CC5A) is known color: Portica. HEX triplet: E8, CC and 5A. RGB value is (232,204,90). Sum of RGB (Red+Green+Blue) = 232+204+90=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC5A is #1733A5. Grayscale: #C7C7C7. Windows color (decimal): -1520550 or 5950696. OLE color: 5950696.
HSL color Cylindrical-coordinate representation of color #E8CC5A: hue angle of 48.17º 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 #E8CC5A is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 90 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.09 |
| HSL | 48.17º | 0.76% | 0.63% | - |
| HSV(B) | 48.17º | 0.61% | 0.91% | - |
| XYZ | 56.72 | 61.08 | 18.47 | - |
| YUV | 199.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 90 | 0 | 0.12 | 0.61 | 0.09 | 48.17 | 0.76 | 0.63 |
| Hex | E8 | CC | 5A | 0 | C | 3D | 9 | 30 | 4C | 3F |
| Octal | 350 | 314 | 132 | 0 | 14 | 75 | 11 | 60 | 114 | 77 |
| Binary | 11101000 | 11001100 | 1011010 | 0 | 1100 | 111101 | 1001 | 110000 | 1001100 | 111111 |
Color Harmonies of #E8CC5A
Complementary color
Monochromatic Colors of #E8CC5A
Black with #E8CC5A
Text Example
Text Example
White with #E8CC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CC5A; }
p { color: rgb(232,204,90); }
H1.HeaderClassName
{
color: #E8CC5A;
}
.AnyTagClassName
{
color: #E8CC5A;
}
</style>
background-color css
<style>
a { background-color: #E8CC5A; }
a { background-color: rgb(232,204,90); }
div.DivClassName
{
background-color: #E8CC5A;
}
.BgClassName
{
background-color: #E8CC5A;
}
</style>
border-color css
<style>
span { border-color: #E8CC5A; }
span { border-color: rgb(232,204,90); }
td.TdClassName
{
border-color: #E8CC5A;
}
.TagClassName
{
border-color: #E8CC5A;
}
</style>