Shades of Portica #E5CF59
Tints of Portica #E5CF59
RGB
CMYK
RGB Variations
Color information
#E5CF59 (or 0xE5CF59) is known color: Portica. HEX triplet: E5, CF and 59. RGB value is (229,207,89). Sum of RGB (Red+Green+Blue) = 229+207+89=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF59 is #1A30A6. Grayscale: #C8C8C8. Windows color (decimal): -1716391 or 5885925. OLE color: 5885925.
HSL color Cylindrical-coordinate representation of color #E5CF59: hue angle of 50.57º 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 #E5CF59 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 89 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.10 |
| HSL | 50.57º | 0.73% | 0.62% | - |
| HSV(B) | 50.57º | 0.61% | 0.9% | - |
| XYZ | 56.43 | 62 | 18.45 | - |
| YUV | 200.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 89 | 0 | 0.10 | 0.61 | 0.10 | 50.57 | 0.73 | 0.62 |
| Hex | E5 | CF | 59 | 0 | A | 3D | A | 33 | 49 | 3E |
| Octal | 345 | 317 | 131 | 0 | 12 | 75 | 12 | 63 | 111 | 76 |
| Binary | 11100101 | 11001111 | 1011001 | 0 | 1010 | 111101 | 1010 | 110011 | 1001001 | 111110 |
Color Harmonies of #E5CF59
Complementary color
Monochromatic Colors of #E5CF59
Black with #E5CF59
Text Example
Text Example
White with #E5CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF59; }
p { color: rgb(229,207,89); }
H1.HeaderClassName
{
color: #E5CF59;
}
.AnyTagClassName
{
color: #E5CF59;
}
</style>
background-color css
<style>
a { background-color: #E5CF59; }
a { background-color: rgb(229,207,89); }
div.DivClassName
{
background-color: #E5CF59;
}
.BgClassName
{
background-color: #E5CF59;
}
</style>
border-color css
<style>
span { border-color: #E5CF59; }
span { border-color: rgb(229,207,89); }
td.TdClassName
{
border-color: #E5CF59;
}
.TagClassName
{
border-color: #E5CF59;
}
</style>