Shades of Portica #EFCE53
Tints of Portica #EFCE53
RGB
CMYK
RGB Variations
Color information
#EFCE53 (or 0xEFCE53) is known color: Portica. HEX triplet: EF, CE and 53. RGB value is (239,206,83). Sum of RGB (Red+Green+Blue) = 239+206+83=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE53 is #1031AC. Grayscale: #CACACA. Windows color (decimal): -1061293 or 5492463. OLE color: 5492463.
HSL color Cylindrical-coordinate representation of color #EFCE53: hue angle of 47.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFCE53 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 83 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.06 |
| HSL | 47.31º | 0.83% | 0.63% | - |
| HSV(B) | 47.31º | 0.65% | 0.94% | - |
| XYZ | 59.23 | 63.12 | 17.24 | - |
| YUV | 201.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 83 | 0 | 0.14 | 0.65 | 0.06 | 47.31 | 0.83 | 0.63 |
| Hex | EF | CE | 53 | 0 | E | 41 | 6 | 2F | 53 | 3F |
| Octal | 357 | 316 | 123 | 0 | 16 | 101 | 6 | 57 | 123 | 77 |
| Binary | 11101111 | 11001110 | 1010011 | 0 | 1110 | 1000001 | 110 | 101111 | 1010011 | 111111 |
Color Harmonies of #EFCE53
Complementary color
Monochromatic Colors of #EFCE53
Black with #EFCE53
Text Example
Text Example
White with #EFCE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE53; }
p { color: rgb(239,206,83); }
H1.HeaderClassName
{
color: #EFCE53;
}
.AnyTagClassName
{
color: #EFCE53;
}
</style>
background-color css
<style>
a { background-color: #EFCE53; }
a { background-color: rgb(239,206,83); }
div.DivClassName
{
background-color: #EFCE53;
}
.BgClassName
{
background-color: #EFCE53;
}
</style>
border-color css
<style>
span { border-color: #EFCE53; }
span { border-color: rgb(239,206,83); }
td.TdClassName
{
border-color: #EFCE53;
}
.TagClassName
{
border-color: #EFCE53;
}
</style>