Shades of Portica #EFCE5D
Tints of Portica #EFCE5D
RGB
CMYK
RGB Variations
Color information
#EFCE5D (or 0xEFCE5D) is known color: Portica. HEX triplet: EF, CE and 5D. RGB value is (239,206,93). Sum of RGB (Red+Green+Blue) = 239+206+93=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE5D is #1031A2. Grayscale: #CBCBCB. Windows color (decimal): -1061283 or 6147823. OLE color: 6147823.
HSL color Cylindrical-coordinate representation of color #EFCE5D: hue angle of 46.44º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFCE5D is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 93 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.06 |
| HSL | 46.44º | 0.82% | 0.65% | - |
| HSV(B) | 46.44º | 0.61% | 0.94% | - |
| XYZ | 59.64 | 63.28 | 19.43 | - |
| YUV | 202.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 93 | 0 | 0.14 | 0.61 | 0.06 | 46.44 | 0.82 | 0.65 |
| Hex | EF | CE | 5D | 0 | E | 3D | 6 | 2E | 52 | 41 |
| Octal | 357 | 316 | 135 | 0 | 16 | 75 | 6 | 56 | 122 | 101 |
| Binary | 11101111 | 11001110 | 1011101 | 0 | 1110 | 111101 | 110 | 101110 | 1010010 | 1000001 |
Color Harmonies of #EFCE5D
Complementary color
Monochromatic Colors of #EFCE5D
Black with #EFCE5D
Text Example
Text Example
White with #EFCE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE5D; }
p { color: rgb(239,206,93); }
H1.HeaderClassName
{
color: #EFCE5D;
}
.AnyTagClassName
{
color: #EFCE5D;
}
</style>
background-color css
<style>
a { background-color: #EFCE5D; }
a { background-color: rgb(239,206,93); }
div.DivClassName
{
background-color: #EFCE5D;
}
.BgClassName
{
background-color: #EFCE5D;
}
</style>
border-color css
<style>
span { border-color: #EFCE5D; }
span { border-color: rgb(239,206,93); }
td.TdClassName
{
border-color: #EFCE5D;
}
.TagClassName
{
border-color: #EFCE5D;
}
</style>