Shades of Portica #EFDF60
Tints of Portica #EFDF60
RGB
CMYK
RGB Variations
Color information
#EFDF60 (or 0xEFDF60) is known color: Portica. HEX triplet: EF, DF and 60. RGB value is (239,223,96). Sum of RGB (Red+Green+Blue) = 239+223+96=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF60 is #10209F. Grayscale: #D5D5D5. Windows color (decimal): -1056928 or 6348783. OLE color: 6348783.
HSL color Cylindrical-coordinate representation of color #EFDF60: hue angle of 53.29º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFDF60 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 96 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.06 |
| HSL | 53.29º | 0.82% | 0.66% | - |
| HSV(B) | 53.29º | 0.6% | 0.94% | - |
| XYZ | 64.1 | 71.97 | 21.58 | - |
| YUV | 213.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 96 | 0 | 0.07 | 0.60 | 0.06 | 53.29 | 0.82 | 0.66 |
| Hex | EF | DF | 60 | 0 | 7 | 3C | 6 | 35 | 52 | 42 |
| Octal | 357 | 337 | 140 | 0 | 7 | 74 | 6 | 65 | 122 | 102 |
| Binary | 11101111 | 11011111 | 1100000 | 0 | 111 | 111100 | 110 | 110101 | 1010010 | 1000010 |
Color Harmonies of #EFDF60
Complementary color
Monochromatic Colors of #EFDF60
Black with #EFDF60
Text Example
Text Example
White with #EFDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF60; }
p { color: rgb(239,223,96); }
H1.HeaderClassName
{
color: #EFDF60;
}
.AnyTagClassName
{
color: #EFDF60;
}
</style>
background-color css
<style>
a { background-color: #EFDF60; }
a { background-color: rgb(239,223,96); }
div.DivClassName
{
background-color: #EFDF60;
}
.BgClassName
{
background-color: #EFDF60;
}
</style>
border-color css
<style>
span { border-color: #EFDF60; }
span { border-color: rgb(239,223,96); }
td.TdClassName
{
border-color: #EFDF60;
}
.TagClassName
{
border-color: #EFDF60;
}
</style>