Shades of Portica #EFCE51
Tints of Portica #EFCE51
RGB
CMYK
RGB Variations
Color information
#EFCE51 (or 0xEFCE51) is known color: Portica. HEX triplet: EF, CE and 51. RGB value is (239,206,81). Sum of RGB (Red+Green+Blue) = 239+206+81=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE51 is #1031AE. Grayscale: #CACACA. Windows color (decimal): -1061295 or 5361391. OLE color: 5361391.
HSL color Cylindrical-coordinate representation of color #EFCE51: hue angle of 47.47º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFCE51 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 81 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.06 |
| HSL | 47.47º | 0.83% | 0.63% | - |
| HSV(B) | 47.47º | 0.66% | 0.94% | - |
| XYZ | 59.15 | 63.09 | 16.84 | - |
| YUV | 201.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 81 | 0 | 0.14 | 0.66 | 0.06 | 47.47 | 0.83 | 0.63 |
| Hex | EF | CE | 51 | 0 | E | 42 | 6 | 2F | 53 | 3F |
| Octal | 357 | 316 | 121 | 0 | 16 | 102 | 6 | 57 | 123 | 77 |
| Binary | 11101111 | 11001110 | 1010001 | 0 | 1110 | 1000010 | 110 | 101111 | 1010011 | 111111 |
Color Harmonies of #EFCE51
Complementary color
Monochromatic Colors of #EFCE51
Black with #EFCE51
Text Example
Text Example
White with #EFCE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE51; }
p { color: rgb(239,206,81); }
H1.HeaderClassName
{
color: #EFCE51;
}
.AnyTagClassName
{
color: #EFCE51;
}
</style>
background-color css
<style>
a { background-color: #EFCE51; }
a { background-color: rgb(239,206,81); }
div.DivClassName
{
background-color: #EFCE51;
}
.BgClassName
{
background-color: #EFCE51;
}
</style>
border-color css
<style>
span { border-color: #EFCE51; }
span { border-color: rgb(239,206,81); }
td.TdClassName
{
border-color: #EFCE51;
}
.TagClassName
{
border-color: #EFCE51;
}
</style>