Shades of Portica #EFD059
Tints of Portica #EFD059
RGB
CMYK
RGB Variations
Color information
#EFD059 (or 0xEFD059) is known color: Portica. HEX triplet: EF, D0 and 59. RGB value is (239,208,89). Sum of RGB (Red+Green+Blue) = 239+208+89=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD059 is #102FA6. Grayscale: #CCCCCC. Windows color (decimal): -1060775 or 5886191. OLE color: 5886191.
HSL color Cylindrical-coordinate representation of color #EFD059: hue angle of 47.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFD059 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 89 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.06 |
| HSL | 47.6º | 0.82% | 0.64% | - |
| HSV(B) | 47.6º | 0.63% | 0.94% | - |
| XYZ | 59.96 | 64.18 | 18.68 | - |
| YUV | 203.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 89 | 0 | 0.13 | 0.63 | 0.06 | 47.6 | 0.82 | 0.64 |
| Hex | EF | D0 | 59 | 0 | D | 3F | 6 | 30 | 52 | 40 |
| Octal | 357 | 320 | 131 | 0 | 15 | 77 | 6 | 60 | 122 | 100 |
| Binary | 11101111 | 11010000 | 1011001 | 0 | 1101 | 111111 | 110 | 110000 | 1010010 | 1000000 |
Color Harmonies of #EFD059
Complementary color
Monochromatic Colors of #EFD059
Black with #EFD059
Text Example
Text Example
White with #EFD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD059; }
p { color: rgb(239,208,89); }
H1.HeaderClassName
{
color: #EFD059;
}
.AnyTagClassName
{
color: #EFD059;
}
</style>
background-color css
<style>
a { background-color: #EFD059; }
a { background-color: rgb(239,208,89); }
div.DivClassName
{
background-color: #EFD059;
}
.BgClassName
{
background-color: #EFD059;
}
</style>
border-color css
<style>
span { border-color: #EFD059; }
span { border-color: rgb(239,208,89); }
td.TdClassName
{
border-color: #EFD059;
}
.TagClassName
{
border-color: #EFD059;
}
</style>