Shades of Portica #EFDD60
Tints of Portica #EFDD60
RGB
CMYK
RGB Variations
Color information
#EFDD60 (or 0xEFDD60) is known color: Portica. HEX triplet: EF, DD and 60. RGB value is (239,221,96). Sum of RGB (Red+Green+Blue) = 239+221+96=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD60 is #10229F. Grayscale: #D4D4D4. Windows color (decimal): -1057440 or 6348271. OLE color: 6348271.
HSL color Cylindrical-coordinate representation of color #EFDD60: hue angle of 52.45º 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 #EFDD60 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 96 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.06 |
| HSL | 52.45º | 0.82% | 0.66% | - |
| HSV(B) | 52.45º | 0.6% | 0.94% | - |
| XYZ | 63.56 | 70.91 | 21.4 | - |
| YUV | 212.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 96 | 0 | 0.08 | 0.60 | 0.06 | 52.45 | 0.82 | 0.66 |
| Hex | EF | DD | 60 | 0 | 8 | 3C | 6 | 34 | 52 | 42 |
| Octal | 357 | 335 | 140 | 0 | 10 | 74 | 6 | 64 | 122 | 102 |
| Binary | 11101111 | 11011101 | 1100000 | 0 | 1000 | 111100 | 110 | 110100 | 1010010 | 1000010 |
Color Harmonies of #EFDD60
Complementary color
Monochromatic Colors of #EFDD60
Black with #EFDD60
Text Example
Text Example
White with #EFDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD60; }
p { color: rgb(239,221,96); }
H1.HeaderClassName
{
color: #EFDD60;
}
.AnyTagClassName
{
color: #EFDD60;
}
</style>
background-color css
<style>
a { background-color: #EFDD60; }
a { background-color: rgb(239,221,96); }
div.DivClassName
{
background-color: #EFDD60;
}
.BgClassName
{
background-color: #EFDD60;
}
</style>
border-color css
<style>
span { border-color: #EFDD60; }
span { border-color: rgb(239,221,96); }
td.TdClassName
{
border-color: #EFDD60;
}
.TagClassName
{
border-color: #EFDD60;
}
</style>