Shades of Portica #EFDD59
Tints of Portica #EFDD59
RGB
CMYK
RGB Variations
Color information
#EFDD59 (or 0xEFDD59) is known color: Portica. HEX triplet: EF, DD and 59. RGB value is (239,221,89). Sum of RGB (Red+Green+Blue) = 239+221+89=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 89 (35.16% from 255 or 16.21% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD59 is #1022A6. Grayscale: #D3D3D3. Windows color (decimal): -1057447 or 5889519. OLE color: 5889519.
HSL color Cylindrical-coordinate representation of color #EFDD59: hue angle of 52.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFDD59 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 89 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.06 |
| HSL | 52.8º | 0.82% | 0.64% | - |
| HSV(B) | 52.8º | 0.63% | 0.94% | - |
| XYZ | 63.26 | 70.78 | 19.78 | - |
| YUV | 211.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 89 | 0 | 0.08 | 0.63 | 0.06 | 52.8 | 0.82 | 0.64 |
| Hex | EF | DD | 59 | 0 | 8 | 3F | 6 | 35 | 52 | 40 |
| Octal | 357 | 335 | 131 | 0 | 10 | 77 | 6 | 65 | 122 | 100 |
| Binary | 11101111 | 11011101 | 1011001 | 0 | 1000 | 111111 | 110 | 110101 | 1010010 | 1000000 |
Color Harmonies of #EFDD59
Complementary color
Monochromatic Colors of #EFDD59
Black with #EFDD59
Text Example
Text Example
White with #EFDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD59; }
p { color: rgb(239,221,89); }
H1.HeaderClassName
{
color: #EFDD59;
}
.AnyTagClassName
{
color: #EFDD59;
}
</style>
background-color css
<style>
a { background-color: #EFDD59; }
a { background-color: rgb(239,221,89); }
div.DivClassName
{
background-color: #EFDD59;
}
.BgClassName
{
background-color: #EFDD59;
}
</style>
border-color css
<style>
span { border-color: #EFDD59; }
span { border-color: rgb(239,221,89); }
td.TdClassName
{
border-color: #EFDD59;
}
.TagClassName
{
border-color: #EFDD59;
}
</style>