Shades of Portica #EFDA59
Tints of Portica #EFDA59
RGB
CMYK
RGB Variations
Color information
#EFDA59 (or 0xEFDA59) is known color: Portica. HEX triplet: EF, DA and 59. RGB value is (239,218,89). Sum of RGB (Red+Green+Blue) = 239+218+89=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 89 (35.16% from 255 or 16.30% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA59 is #1025A6. Grayscale: #D2D2D2. Windows color (decimal): -1058215 or 5888751. OLE color: 5888751.
HSL color Cylindrical-coordinate representation of color #EFDA59: hue angle of 51.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 #EFDA59 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 89 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.06 |
| HSL | 51.6º | 0.82% | 0.64% | - |
| HSV(B) | 51.6º | 0.63% | 0.94% | - |
| XYZ | 62.47 | 69.21 | 19.52 | - |
| YUV | 209.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 89 | 0 | 0.09 | 0.63 | 0.06 | 51.6 | 0.82 | 0.64 |
| Hex | EF | DA | 59 | 0 | 9 | 3F | 6 | 34 | 52 | 40 |
| Octal | 357 | 332 | 131 | 0 | 11 | 77 | 6 | 64 | 122 | 100 |
| Binary | 11101111 | 11011010 | 1011001 | 0 | 1001 | 111111 | 110 | 110100 | 1010010 | 1000000 |
Color Harmonies of #EFDA59
Complementary color
Monochromatic Colors of #EFDA59
Black with #EFDA59
Text Example
Text Example
White with #EFDA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA59; }
p { color: rgb(239,218,89); }
H1.HeaderClassName
{
color: #EFDA59;
}
.AnyTagClassName
{
color: #EFDA59;
}
</style>
background-color css
<style>
a { background-color: #EFDA59; }
a { background-color: rgb(239,218,89); }
div.DivClassName
{
background-color: #EFDA59;
}
.BgClassName
{
background-color: #EFDA59;
}
</style>
border-color css
<style>
span { border-color: #EFDA59; }
span { border-color: rgb(239,218,89); }
td.TdClassName
{
border-color: #EFDA59;
}
.TagClassName
{
border-color: #EFDA59;
}
</style>