Shades of Portica #EFD150
Tints of Portica #EFD150
RGB
CMYK
RGB Variations
Color information
#EFD150 (or 0xEFD150) is known color: Portica. HEX triplet: EF, D1 and 50. RGB value is (239,209,80). Sum of RGB (Red+Green+Blue) = 239+209+80=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD150 is #102EAF. Grayscale: #CBCBCB. Windows color (decimal): -1060528 or 5296623. OLE color: 5296623.
HSL color Cylindrical-coordinate representation of color #EFD150: hue angle of 48.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFD150 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 80 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.06 |
| HSL | 48.68º | 0.83% | 0.63% | - |
| HSV(B) | 48.68º | 0.67% | 0.94% | - |
| XYZ | 59.85 | 64.53 | 16.89 | - |
| YUV | 203.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 80 | 0 | 0.13 | 0.67 | 0.06 | 48.68 | 0.83 | 0.63 |
| Hex | EF | D1 | 50 | 0 | D | 43 | 6 | 31 | 53 | 3F |
| Octal | 357 | 321 | 120 | 0 | 15 | 103 | 6 | 61 | 123 | 77 |
| Binary | 11101111 | 11010001 | 1010000 | 0 | 1101 | 1000011 | 110 | 110001 | 1010011 | 111111 |
Color Harmonies of #EFD150
Complementary color
Monochromatic Colors of #EFD150
Black with #EFD150
Text Example
Text Example
White with #EFD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD150; }
p { color: rgb(239,209,80); }
H1.HeaderClassName
{
color: #EFD150;
}
.AnyTagClassName
{
color: #EFD150;
}
</style>
background-color css
<style>
a { background-color: #EFD150; }
a { background-color: rgb(239,209,80); }
div.DivClassName
{
background-color: #EFD150;
}
.BgClassName
{
background-color: #EFD150;
}
</style>
border-color css
<style>
span { border-color: #EFD150; }
span { border-color: rgb(239,209,80); }
td.TdClassName
{
border-color: #EFD150;
}
.TagClassName
{
border-color: #EFD150;
}
</style>