Shades of Portica #E5CE59
Tints of Portica #E5CE59
RGB
CMYK
RGB Variations
Color information
#E5CE59 (or 0xE5CE59) is known color: Portica. HEX triplet: E5, CE and 59. RGB value is (229,206,89). Sum of RGB (Red+Green+Blue) = 229+206+89=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CE59 is #1A31A6. Grayscale: #C8C8C8. Windows color (decimal): -1716647 or 5885669. OLE color: 5885669.
HSL color Cylindrical-coordinate representation of color #E5CE59: hue angle of 50.14º 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 #E5CE59 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 89 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.10 |
| HSL | 50.14º | 0.73% | 0.62% | - |
| HSV(B) | 50.14º | 0.61% | 0.9% | - |
| XYZ | 56.19 | 61.52 | 18.36 | - |
| YUV | 199.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 89 | 0 | 0.10 | 0.61 | 0.10 | 50.14 | 0.73 | 0.62 |
| Hex | E5 | CE | 59 | 0 | A | 3D | A | 32 | 49 | 3E |
| Octal | 345 | 316 | 131 | 0 | 12 | 75 | 12 | 62 | 111 | 76 |
| Binary | 11100101 | 11001110 | 1011001 | 0 | 1010 | 111101 | 1010 | 110010 | 1001001 | 111110 |
Color Harmonies of #E5CE59
Complementary color
Monochromatic Colors of #E5CE59
Black with #E5CE59
Text Example
Text Example
White with #E5CE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE59; }
p { color: rgb(229,206,89); }
H1.HeaderClassName
{
color: #E5CE59;
}
.AnyTagClassName
{
color: #E5CE59;
}
</style>
background-color css
<style>
a { background-color: #E5CE59; }
a { background-color: rgb(229,206,89); }
div.DivClassName
{
background-color: #E5CE59;
}
.BgClassName
{
background-color: #E5CE59;
}
</style>
border-color css
<style>
span { border-color: #E5CE59; }
span { border-color: rgb(229,206,89); }
td.TdClassName
{
border-color: #E5CE59;
}
.TagClassName
{
border-color: #E5CE59;
}
</style>