Shades of Portica #EFD350
Tints of Portica #EFD350
RGB
CMYK
RGB Variations
Color information
#EFD350 (or 0xEFD350) is known color: Portica. HEX triplet: EF, D3 and 50. RGB value is (239,211,80). Sum of RGB (Red+Green+Blue) = 239+211+80=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD350 is #102CAF. Grayscale: #CCCCCC. Windows color (decimal): -1060016 or 5297135. OLE color: 5297135.
HSL color Cylindrical-coordinate representation of color #EFD350: hue angle of 49.43º 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 #EFD350 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 80 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.06 |
| HSL | 49.43º | 0.83% | 0.63% | - |
| HSV(B) | 49.43º | 0.67% | 0.94% | - |
| XYZ | 60.34 | 65.52 | 17.06 | - |
| YUV | 204.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 80 | 0 | 0.12 | 0.67 | 0.06 | 49.43 | 0.83 | 0.63 |
| Hex | EF | D3 | 50 | 0 | C | 43 | 6 | 31 | 53 | 3F |
| Octal | 357 | 323 | 120 | 0 | 14 | 103 | 6 | 61 | 123 | 77 |
| Binary | 11101111 | 11010011 | 1010000 | 0 | 1100 | 1000011 | 110 | 110001 | 1010011 | 111111 |
Color Harmonies of #EFD350
Complementary color
Monochromatic Colors of #EFD350
Black with #EFD350
Text Example
Text Example
White with #EFD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD350; }
p { color: rgb(239,211,80); }
H1.HeaderClassName
{
color: #EFD350;
}
.AnyTagClassName
{
color: #EFD350;
}
</style>
background-color css
<style>
a { background-color: #EFD350; }
a { background-color: rgb(239,211,80); }
div.DivClassName
{
background-color: #EFD350;
}
.BgClassName
{
background-color: #EFD350;
}
</style>
border-color css
<style>
span { border-color: #EFD350; }
span { border-color: rgb(239,211,80); }
td.TdClassName
{
border-color: #EFD350;
}
.TagClassName
{
border-color: #EFD350;
}
</style>