Shades of Portica #EFD156
Tints of Portica #EFD156
RGB
CMYK
RGB Variations
Color information
#EFD156 (or 0xEFD156) is known color: Portica. HEX triplet: EF, D1 and 56. RGB value is (239,209,86). Sum of RGB (Red+Green+Blue) = 239+209+86=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD156 is #102EA9. Grayscale: #CCCCCC. Windows color (decimal): -1060522 or 5689839. OLE color: 5689839.
HSL color Cylindrical-coordinate representation of color #EFD156: hue angle of 48.24º 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 #EFD156 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 86 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.06 |
| HSL | 48.24º | 0.83% | 0.64% | - |
| HSV(B) | 48.24º | 0.64% | 0.94% | - |
| XYZ | 60.08 | 64.62 | 18.11 | - |
| YUV | 203.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 86 | 0 | 0.13 | 0.64 | 0.06 | 48.24 | 0.83 | 0.64 |
| Hex | EF | D1 | 56 | 0 | D | 40 | 6 | 30 | 53 | 40 |
| Octal | 357 | 321 | 126 | 0 | 15 | 100 | 6 | 60 | 123 | 100 |
| Binary | 11101111 | 11010001 | 1010110 | 0 | 1101 | 1000000 | 110 | 110000 | 1010011 | 1000000 |
Color Harmonies of #EFD156
Complementary color
Monochromatic Colors of #EFD156
Black with #EFD156
Text Example
Text Example
White with #EFD156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD156; }
p { color: rgb(239,209,86); }
H1.HeaderClassName
{
color: #EFD156;
}
.AnyTagClassName
{
color: #EFD156;
}
</style>
background-color css
<style>
a { background-color: #EFD156; }
a { background-color: rgb(239,209,86); }
div.DivClassName
{
background-color: #EFD156;
}
.BgClassName
{
background-color: #EFD156;
}
</style>
border-color css
<style>
span { border-color: #EFD156; }
span { border-color: rgb(239,209,86); }
td.TdClassName
{
border-color: #EFD156;
}
.TagClassName
{
border-color: #EFD156;
}
</style>