Shades of Portica #EFD54E
Tints of Portica #EFD54E
RGB
CMYK
RGB Variations
Color information
#EFD54E (or 0xEFD54E) is known color: Portica. HEX triplet: EF, D5 and 4E. RGB value is (239,213,78). Sum of RGB (Red+Green+Blue) = 239+213+78=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD54E is #102AB1. Grayscale: #CDCDCD. Windows color (decimal): -1059506 or 5166575. OLE color: 5166575.
HSL color Cylindrical-coordinate representation of color #EFD54E: hue angle of 50.31º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFD54E is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 78 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.06 |
| HSL | 50.31º | 0.83% | 0.62% | - |
| HSV(B) | 50.31º | 0.67% | 0.94% | - |
| XYZ | 60.77 | 66.49 | 16.84 | - |
| YUV | 205.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 78 | 0 | 0.11 | 0.67 | 0.06 | 50.31 | 0.83 | 0.62 |
| Hex | EF | D5 | 4E | 0 | B | 43 | 6 | 32 | 53 | 3E |
| Octal | 357 | 325 | 116 | 0 | 13 | 103 | 6 | 62 | 123 | 76 |
| Binary | 11101111 | 11010101 | 1001110 | 0 | 1011 | 1000011 | 110 | 110010 | 1010011 | 111110 |
Color Harmonies of #EFD54E
Complementary color
Monochromatic Colors of #EFD54E
Black with #EFD54E
Text Example
Text Example
White with #EFD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD54E; }
p { color: rgb(239,213,78); }
H1.HeaderClassName
{
color: #EFD54E;
}
.AnyTagClassName
{
color: #EFD54E;
}
</style>
background-color css
<style>
a { background-color: #EFD54E; }
a { background-color: rgb(239,213,78); }
div.DivClassName
{
background-color: #EFD54E;
}
.BgClassName
{
background-color: #EFD54E;
}
</style>
border-color css
<style>
span { border-color: #EFD54E; }
span { border-color: rgb(239,213,78); }
td.TdClassName
{
border-color: #EFD54E;
}
.TagClassName
{
border-color: #EFD54E;
}
</style>