Shades of Portica #EFDA54
Tints of Portica #EFDA54
RGB
CMYK
RGB Variations
Color information
#EFDA54 (or 0xEFDA54) is known color: Portica. HEX triplet: EF, DA and 54. RGB value is (239,218,84). Sum of RGB (Red+Green+Blue) = 239+218+84=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA54 is #1025AB. Grayscale: #D1D1D1. Windows color (decimal): -1058220 or 5561071. OLE color: 5561071.
HSL color Cylindrical-coordinate representation of color #EFDA54: hue angle of 51.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFDA54 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 84 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.06 |
| HSL | 51.87º | 0.83% | 0.63% | - |
| HSV(B) | 51.87º | 0.65% | 0.94% | - |
| XYZ | 62.27 | 69.13 | 18.45 | - |
| YUV | 209 | 57.46 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 84 | 0 | 0.09 | 0.65 | 0.06 | 51.87 | 0.83 | 0.63 |
| Hex | EF | DA | 54 | 0 | 9 | 41 | 6 | 34 | 53 | 3F |
| Octal | 357 | 332 | 124 | 0 | 11 | 101 | 6 | 64 | 123 | 77 |
| Binary | 11101111 | 11011010 | 1010100 | 0 | 1001 | 1000001 | 110 | 110100 | 1010011 | 111111 |
Color Harmonies of #EFDA54
Complementary color
Monochromatic Colors of #EFDA54
Black with #EFDA54
Text Example
Text Example
White with #EFDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA54; }
p { color: rgb(239,218,84); }
H1.HeaderClassName
{
color: #EFDA54;
}
.AnyTagClassName
{
color: #EFDA54;
}
</style>
background-color css
<style>
a { background-color: #EFDA54; }
a { background-color: rgb(239,218,84); }
div.DivClassName
{
background-color: #EFDA54;
}
.BgClassName
{
background-color: #EFDA54;
}
</style>
border-color css
<style>
span { border-color: #EFDA54; }
span { border-color: rgb(239,218,84); }
td.TdClassName
{
border-color: #EFDA54;
}
.TagClassName
{
border-color: #EFDA54;
}
</style>