Shades of Portica #EFD64E
Tints of Portica #EFD64E
RGB
CMYK
RGB Variations
Color information
#EFD64E (or 0xEFD64E) is known color: Portica. HEX triplet: EF, D6 and 4E. RGB value is (239,214,78). Sum of RGB (Red+Green+Blue) = 239+214+78=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD64E is #1029B1. Grayscale: #CECECE. Windows color (decimal): -1059250 or 5166831. OLE color: 5166831.
HSL color Cylindrical-coordinate representation of color #EFD64E: hue angle of 50.68º 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 #EFD64E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 78 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.06 |
| HSL | 50.68º | 0.83% | 0.62% | - |
| HSV(B) | 50.68º | 0.67% | 0.94% | - |
| XYZ | 61.02 | 66.99 | 16.92 | - |
| YUV | 205.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 78 | 0 | 0.10 | 0.67 | 0.06 | 50.68 | 0.83 | 0.62 |
| Hex | EF | D6 | 4E | 0 | A | 43 | 6 | 33 | 53 | 3E |
| Octal | 357 | 326 | 116 | 0 | 12 | 103 | 6 | 63 | 123 | 76 |
| Binary | 11101111 | 11010110 | 1001110 | 0 | 1010 | 1000011 | 110 | 110011 | 1010011 | 111110 |
Color Harmonies of #EFD64E
Complementary color
Monochromatic Colors of #EFD64E
Black with #EFD64E
Text Example
Text Example
White with #EFD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD64E; }
p { color: rgb(239,214,78); }
H1.HeaderClassName
{
color: #EFD64E;
}
.AnyTagClassName
{
color: #EFD64E;
}
</style>
background-color css
<style>
a { background-color: #EFD64E; }
a { background-color: rgb(239,214,78); }
div.DivClassName
{
background-color: #EFD64E;
}
.BgClassName
{
background-color: #EFD64E;
}
</style>
border-color css
<style>
span { border-color: #EFD64E; }
span { border-color: rgb(239,214,78); }
td.TdClassName
{
border-color: #EFD64E;
}
.TagClassName
{
border-color: #EFD64E;
}
</style>