Shades of Portica #EFD650
Tints of Portica #EFD650
RGB
CMYK
RGB Variations
Color information
#EFD650 (or 0xEFD650) is known color: Portica. HEX triplet: EF, D6 and 50. RGB value is (239,214,80). Sum of RGB (Red+Green+Blue) = 239+214+80=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD650 is #1029AF. Grayscale: #CECECE. Windows color (decimal): -1059248 or 5297903. OLE color: 5297903.
HSL color Cylindrical-coordinate representation of color #EFD650: hue angle of 50.57º 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 #EFD650 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 80 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.06 |
| HSL | 50.57º | 0.83% | 0.63% | - |
| HSV(B) | 50.57º | 0.67% | 0.94% | - |
| XYZ | 61.09 | 67.02 | 17.31 | - |
| YUV | 206.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 80 | 0 | 0.10 | 0.67 | 0.06 | 50.57 | 0.83 | 0.63 |
| Hex | EF | D6 | 50 | 0 | A | 43 | 6 | 33 | 53 | 3F |
| Octal | 357 | 326 | 120 | 0 | 12 | 103 | 6 | 63 | 123 | 77 |
| Binary | 11101111 | 11010110 | 1010000 | 0 | 1010 | 1000011 | 110 | 110011 | 1010011 | 111111 |
Color Harmonies of #EFD650
Complementary color
Monochromatic Colors of #EFD650
Black with #EFD650
Text Example
Text Example
White with #EFD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD650; }
p { color: rgb(239,214,80); }
H1.HeaderClassName
{
color: #EFD650;
}
.AnyTagClassName
{
color: #EFD650;
}
</style>
background-color css
<style>
a { background-color: #EFD650; }
a { background-color: rgb(239,214,80); }
div.DivClassName
{
background-color: #EFD650;
}
.BgClassName
{
background-color: #EFD650;
}
</style>
border-color css
<style>
span { border-color: #EFD650; }
span { border-color: rgb(239,214,80); }
td.TdClassName
{
border-color: #EFD650;
}
.TagClassName
{
border-color: #EFD650;
}
</style>