Shades of Portica #E8CA5A
Tints of Portica #E8CA5A
RGB
CMYK
RGB Variations
Color information
#E8CA5A (or 0xE8CA5A) is known color: Portica. HEX triplet: E8, CA and 5A. RGB value is (232,202,90). Sum of RGB (Red+Green+Blue) = 232+202+90=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CA5A is #1735A5. Grayscale: #C6C6C6. Windows color (decimal): -1521062 or 5950184. OLE color: 5950184.
HSL color Cylindrical-coordinate representation of color #E8CA5A: hue angle of 47.32º 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 #E8CA5A is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 90 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.09 |
| HSL | 47.32º | 0.76% | 0.63% | - |
| HSV(B) | 47.32º | 0.61% | 0.91% | - |
| XYZ | 56.24 | 60.14 | 18.32 | - |
| YUV | 198.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 90 | 0 | 0.13 | 0.61 | 0.09 | 47.32 | 0.76 | 0.63 |
| Hex | E8 | CA | 5A | 0 | D | 3D | 9 | 2F | 4C | 3F |
| Octal | 350 | 312 | 132 | 0 | 15 | 75 | 11 | 57 | 114 | 77 |
| Binary | 11101000 | 11001010 | 1011010 | 0 | 1101 | 111101 | 1001 | 101111 | 1001100 | 111111 |
Color Harmonies of #E8CA5A
Complementary color
Monochromatic Colors of #E8CA5A
Black with #E8CA5A
Text Example
Text Example
White with #E8CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA5A; }
p { color: rgb(232,202,90); }
H1.HeaderClassName
{
color: #E8CA5A;
}
.AnyTagClassName
{
color: #E8CA5A;
}
</style>
background-color css
<style>
a { background-color: #E8CA5A; }
a { background-color: rgb(232,202,90); }
div.DivClassName
{
background-color: #E8CA5A;
}
.BgClassName
{
background-color: #E8CA5A;
}
</style>
border-color css
<style>
span { border-color: #E8CA5A; }
span { border-color: rgb(232,202,90); }
td.TdClassName
{
border-color: #E8CA5A;
}
.TagClassName
{
border-color: #E8CA5A;
}
</style>