Shades of Portica #EFCE5A
Tints of Portica #EFCE5A
RGB
CMYK
RGB Variations
Color information
#EFCE5A (or 0xEFCE5A) is known color: Portica. HEX triplet: EF, CE and 5A. RGB value is (239,206,90). Sum of RGB (Red+Green+Blue) = 239+206+90=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE5A is #1031A5. Grayscale: #CBCBCB. Windows color (decimal): -1061286 or 5951215. OLE color: 5951215.
HSL color Cylindrical-coordinate representation of color #EFCE5A: hue angle of 46.71º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFCE5A is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 90 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.06 |
| HSL | 46.71º | 0.82% | 0.65% | - |
| HSV(B) | 46.71º | 0.62% | 0.94% | - |
| XYZ | 59.51 | 63.23 | 18.74 | - |
| YUV | 202.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 90 | 0 | 0.14 | 0.62 | 0.06 | 46.71 | 0.82 | 0.65 |
| Hex | EF | CE | 5A | 0 | E | 3E | 6 | 2F | 52 | 41 |
| Octal | 357 | 316 | 132 | 0 | 16 | 76 | 6 | 57 | 122 | 101 |
| Binary | 11101111 | 11001110 | 1011010 | 0 | 1110 | 111110 | 110 | 101111 | 1010010 | 1000001 |
Color Harmonies of #EFCE5A
Complementary color
Monochromatic Colors of #EFCE5A
Black with #EFCE5A
Text Example
Text Example
White with #EFCE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE5A; }
p { color: rgb(239,206,90); }
H1.HeaderClassName
{
color: #EFCE5A;
}
.AnyTagClassName
{
color: #EFCE5A;
}
</style>
background-color css
<style>
a { background-color: #EFCE5A; }
a { background-color: rgb(239,206,90); }
div.DivClassName
{
background-color: #EFCE5A;
}
.BgClassName
{
background-color: #EFCE5A;
}
</style>
border-color css
<style>
span { border-color: #EFCE5A; }
span { border-color: rgb(239,206,90); }
td.TdClassName
{
border-color: #EFCE5A;
}
.TagClassName
{
border-color: #EFCE5A;
}
</style>