Shades of Portica #EFDA58
Tints of Portica #EFDA58
RGB
CMYK
RGB Variations
Color information
#EFDA58 (or 0xEFDA58) is known color: Portica. HEX triplet: EF, DA and 58. RGB value is (239,218,88). Sum of RGB (Red+Green+Blue) = 239+218+88=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA58 is #1025A7. Grayscale: #D2D2D2. Windows color (decimal): -1058216 or 5823215. OLE color: 5823215.
HSL color Cylindrical-coordinate representation of color #EFDA58: hue angle of 51.66º degrees, saturation: 0.83, 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 #EFDA58 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 88 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.06 |
| HSL | 51.66º | 0.83% | 0.64% | - |
| HSV(B) | 51.66º | 0.63% | 0.94% | - |
| XYZ | 62.43 | 69.2 | 19.3 | - |
| YUV | 209.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 88 | 0 | 0.09 | 0.63 | 0.06 | 51.66 | 0.83 | 0.64 |
| Hex | EF | DA | 58 | 0 | 9 | 3F | 6 | 34 | 53 | 40 |
| Octal | 357 | 332 | 130 | 0 | 11 | 77 | 6 | 64 | 123 | 100 |
| Binary | 11101111 | 11011010 | 1011000 | 0 | 1001 | 111111 | 110 | 110100 | 1010011 | 1000000 |
Color Harmonies of #EFDA58
Complementary color
Monochromatic Colors of #EFDA58
Black with #EFDA58
Text Example
Text Example
White with #EFDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA58; }
p { color: rgb(239,218,88); }
H1.HeaderClassName
{
color: #EFDA58;
}
.AnyTagClassName
{
color: #EFDA58;
}
</style>
background-color css
<style>
a { background-color: #EFDA58; }
a { background-color: rgb(239,218,88); }
div.DivClassName
{
background-color: #EFDA58;
}
.BgClassName
{
background-color: #EFDA58;
}
</style>
border-color css
<style>
span { border-color: #EFDA58; }
span { border-color: rgb(239,218,88); }
td.TdClassName
{
border-color: #EFDA58;
}
.TagClassName
{
border-color: #EFDA58;
}
</style>