Shades of Portica #EFD959
Tints of Portica #EFD959
RGB
CMYK
RGB Variations
Color information
#EFD959 (or 0xEFD959) is known color: Portica. HEX triplet: EF, D9 and 59. RGB value is (239,217,89). Sum of RGB (Red+Green+Blue) = 239+217+89=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 89 (35.16% from 255 or 16.33% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD959 is #1026A6. Grayscale: #D1D1D1. Windows color (decimal): -1058471 or 5888495. OLE color: 5888495.
HSL color Cylindrical-coordinate representation of color #EFD959: hue angle of 51.2º 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 #EFD959 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 89 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.06 |
| HSL | 51.2º | 0.82% | 0.64% | - |
| HSV(B) | 51.2º | 0.63% | 0.94% | - |
| XYZ | 62.21 | 68.7 | 19.43 | - |
| YUV | 208.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 89 | 0 | 0.09 | 0.63 | 0.06 | 51.2 | 0.82 | 0.64 |
| Hex | EF | D9 | 59 | 0 | 9 | 3F | 6 | 33 | 52 | 40 |
| Octal | 357 | 331 | 131 | 0 | 11 | 77 | 6 | 63 | 122 | 100 |
| Binary | 11101111 | 11011001 | 1011001 | 0 | 1001 | 111111 | 110 | 110011 | 1010010 | 1000000 |
Color Harmonies of #EFD959
Complementary color
Monochromatic Colors of #EFD959
Black with #EFD959
Text Example
Text Example
White with #EFD959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD959; }
p { color: rgb(239,217,89); }
H1.HeaderClassName
{
color: #EFD959;
}
.AnyTagClassName
{
color: #EFD959;
}
</style>
background-color css
<style>
a { background-color: #EFD959; }
a { background-color: rgb(239,217,89); }
div.DivClassName
{
background-color: #EFD959;
}
.BgClassName
{
background-color: #EFD959;
}
</style>
border-color css
<style>
span { border-color: #EFD959; }
span { border-color: rgb(239,217,89); }
td.TdClassName
{
border-color: #EFD959;
}
.TagClassName
{
border-color: #EFD959;
}
</style>