Shades of Portica #E5CC59
Tints of Portica #E5CC59
RGB
CMYK
RGB Variations
Color information
#E5CC59 (or 0xE5CC59) is known color: Portica. HEX triplet: E5, CC and 59. RGB value is (229,204,89). Sum of RGB (Red+Green+Blue) = 229+204+89=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC59 is #1A33A6. Grayscale: #C6C6C6. Windows color (decimal): -1717159 or 5885157. OLE color: 5885157.
HSL color Cylindrical-coordinate representation of color #E5CC59: hue angle of 49.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5CC59 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 89 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.10 |
| HSL | 49.29º | 0.73% | 0.62% | - |
| HSV(B) | 49.29º | 0.61% | 0.9% | - |
| XYZ | 55.71 | 60.57 | 18.21 | - |
| YUV | 198.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 89 | 0 | 0.11 | 0.61 | 0.10 | 49.29 | 0.73 | 0.62 |
| Hex | E5 | CC | 59 | 0 | B | 3D | A | 31 | 49 | 3E |
| Octal | 345 | 314 | 131 | 0 | 13 | 75 | 12 | 61 | 111 | 76 |
| Binary | 11100101 | 11001100 | 1011001 | 0 | 1011 | 111101 | 1010 | 110001 | 1001001 | 111110 |
Color Harmonies of #E5CC59
Complementary color
Monochromatic Colors of #E5CC59
Black with #E5CC59
Text Example
Text Example
White with #E5CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC59; }
p { color: rgb(229,204,89); }
H1.HeaderClassName
{
color: #E5CC59;
}
.AnyTagClassName
{
color: #E5CC59;
}
</style>
background-color css
<style>
a { background-color: #E5CC59; }
a { background-color: rgb(229,204,89); }
div.DivClassName
{
background-color: #E5CC59;
}
.BgClassName
{
background-color: #E5CC59;
}
</style>
border-color css
<style>
span { border-color: #E5CC59; }
span { border-color: rgb(229,204,89); }
td.TdClassName
{
border-color: #E5CC59;
}
.TagClassName
{
border-color: #E5CC59;
}
</style>