Shades of Portica #EACF59
Tints of Portica #EACF59
RGB
CMYK
RGB Variations
Color information
#EACF59 (or 0xEACF59) is known color: Portica. HEX triplet: EA, CF and 59. RGB value is (234,207,89). Sum of RGB (Red+Green+Blue) = 234+207+89=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF59 is #1530A6. Grayscale: #CACACA. Windows color (decimal): -1388711 or 5885930. OLE color: 5885930.
HSL color Cylindrical-coordinate representation of color #EACF59: hue angle of 48.83º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EACF59 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 89 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.08 |
| HSL | 48.83º | 0.78% | 0.63% | - |
| HSV(B) | 48.83º | 0.62% | 0.92% | - |
| XYZ | 58.05 | 62.84 | 18.52 | - |
| YUV | 201.62 | 64.45 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 89 | 0 | 0.12 | 0.62 | 0.08 | 48.83 | 0.78 | 0.63 |
| Hex | EA | CF | 59 | 0 | C | 3E | 8 | 31 | 4E | 3F |
| Octal | 352 | 317 | 131 | 0 | 14 | 76 | 10 | 61 | 116 | 77 |
| Binary | 11101010 | 11001111 | 1011001 | 0 | 1100 | 111110 | 1000 | 110001 | 1001110 | 111111 |
Color Harmonies of #EACF59
Complementary color
Monochromatic Colors of #EACF59
Black with #EACF59
Text Example
Text Example
White with #EACF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF59; }
p { color: rgb(234,207,89); }
H1.HeaderClassName
{
color: #EACF59;
}
.AnyTagClassName
{
color: #EACF59;
}
</style>
background-color css
<style>
a { background-color: #EACF59; }
a { background-color: rgb(234,207,89); }
div.DivClassName
{
background-color: #EACF59;
}
.BgClassName
{
background-color: #EACF59;
}
</style>
border-color css
<style>
span { border-color: #EACF59; }
span { border-color: rgb(234,207,89); }
td.TdClassName
{
border-color: #EACF59;
}
.TagClassName
{
border-color: #EACF59;
}
</style>