Shades of Portica #EFDA55
Tints of Portica #EFDA55
RGB
CMYK
RGB Variations
Color information
#EFDA55 (or 0xEFDA55) is known color: Portica. HEX triplet: EF, DA and 55. RGB value is (239,218,85). Sum of RGB (Red+Green+Blue) = 239+218+85=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA55 is #1025AA. Grayscale: #D1D1D1. Windows color (decimal): -1058219 or 5626607. OLE color: 5626607.
HSL color Cylindrical-coordinate representation of color #EFDA55: hue angle of 51.82º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFDA55 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 85 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.06 |
| HSL | 51.82º | 0.83% | 0.64% | - |
| HSV(B) | 51.82º | 0.64% | 0.94% | - |
| XYZ | 62.31 | 69.15 | 18.66 | - |
| YUV | 209.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 85 | 0 | 0.09 | 0.64 | 0.06 | 51.82 | 0.83 | 0.64 |
| Hex | EF | DA | 55 | 0 | 9 | 40 | 6 | 34 | 53 | 40 |
| Octal | 357 | 332 | 125 | 0 | 11 | 100 | 6 | 64 | 123 | 100 |
| Binary | 11101111 | 11011010 | 1010101 | 0 | 1001 | 1000000 | 110 | 110100 | 1010011 | 1000000 |
Color Harmonies of #EFDA55
Complementary color
Monochromatic Colors of #EFDA55
Black with #EFDA55
Text Example
Text Example
White with #EFDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA55; }
p { color: rgb(239,218,85); }
H1.HeaderClassName
{
color: #EFDA55;
}
.AnyTagClassName
{
color: #EFDA55;
}
</style>
background-color css
<style>
a { background-color: #EFDA55; }
a { background-color: rgb(239,218,85); }
div.DivClassName
{
background-color: #EFDA55;
}
.BgClassName
{
background-color: #EFDA55;
}
</style>
border-color css
<style>
span { border-color: #EFDA55; }
span { border-color: rgb(239,218,85); }
td.TdClassName
{
border-color: #EFDA55;
}
.TagClassName
{
border-color: #EFDA55;
}
</style>