Shades of Portica #EFE061
Tints of Portica #EFE061
RGB
CMYK
RGB Variations
Color information
#EFE061 (or 0xEFE061) is known color: Portica. HEX triplet: EF, E0 and 61. RGB value is (239,224,97). Sum of RGB (Red+Green+Blue) = 239+224+97=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE061 is #101F9E. Grayscale: #D6D6D6. Windows color (decimal): -1056671 or 6414575. OLE color: 6414575.
HSL color Cylindrical-coordinate representation of color #EFE061: hue angle of 53.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFE061 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 97 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.06 |
| HSL | 53.66º | 0.82% | 0.66% | - |
| HSV(B) | 53.66º | 0.59% | 0.94% | - |
| XYZ | 64.41 | 72.53 | 21.91 | - |
| YUV | 214.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 97 | 0 | 0.06 | 0.59 | 0.06 | 53.66 | 0.82 | 0.66 |
| Hex | EF | E0 | 61 | 0 | 6 | 3B | 6 | 36 | 52 | 42 |
| Octal | 357 | 340 | 141 | 0 | 6 | 73 | 6 | 66 | 122 | 102 |
| Binary | 11101111 | 11100000 | 1100001 | 0 | 110 | 111011 | 110 | 110110 | 1010010 | 1000010 |
Color Harmonies of #EFE061
Complementary color
Monochromatic Colors of #EFE061
Black with #EFE061
Text Example
Text Example
White with #EFE061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE061; }
p { color: rgb(239,224,97); }
H1.HeaderClassName
{
color: #EFE061;
}
.AnyTagClassName
{
color: #EFE061;
}
</style>
background-color css
<style>
a { background-color: #EFE061; }
a { background-color: rgb(239,224,97); }
div.DivClassName
{
background-color: #EFE061;
}
.BgClassName
{
background-color: #EFE061;
}
</style>
border-color css
<style>
span { border-color: #EFE061; }
span { border-color: rgb(239,224,97); }
td.TdClassName
{
border-color: #EFE061;
}
.TagClassName
{
border-color: #EFE061;
}
</style>