Shades of Portica #EFD85F
Tints of Portica #EFD85F
RGB
CMYK
RGB Variations
Color information
#EFD85F (or 0xEFD85F) is known color: Portica. HEX triplet: EF, D8 and 5F. RGB value is (239,216,95). Sum of RGB (Red+Green+Blue) = 239+216+95=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD85F is #1027A0. Grayscale: #D1D1D1. Windows color (decimal): -1058721 or 6281455. OLE color: 6281455.
HSL color Cylindrical-coordinate representation of color #EFD85F: hue angle of 50.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFD85F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 95 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.06 |
| HSL | 50.42º | 0.82% | 0.65% | - |
| HSV(B) | 50.42º | 0.6% | 0.94% | - |
| XYZ | 62.22 | 68.29 | 20.73 | - |
| YUV | 209.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 95 | 0 | 0.10 | 0.60 | 0.06 | 50.42 | 0.82 | 0.65 |
| Hex | EF | D8 | 5F | 0 | A | 3C | 6 | 32 | 52 | 41 |
| Octal | 357 | 330 | 137 | 0 | 12 | 74 | 6 | 62 | 122 | 101 |
| Binary | 11101111 | 11011000 | 1011111 | 0 | 1010 | 111100 | 110 | 110010 | 1010010 | 1000001 |
Color Harmonies of #EFD85F
Complementary color
Monochromatic Colors of #EFD85F
Black with #EFD85F
Text Example
Text Example
White with #EFD85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD85F; }
p { color: rgb(239,216,95); }
H1.HeaderClassName
{
color: #EFD85F;
}
.AnyTagClassName
{
color: #EFD85F;
}
</style>
background-color css
<style>
a { background-color: #EFD85F; }
a { background-color: rgb(239,216,95); }
div.DivClassName
{
background-color: #EFD85F;
}
.BgClassName
{
background-color: #EFD85F;
}
</style>
border-color css
<style>
span { border-color: #EFD85F; }
span { border-color: rgb(239,216,95); }
td.TdClassName
{
border-color: #EFD85F;
}
.TagClassName
{
border-color: #EFD85F;
}
</style>