Shades of Portica #EFDD56
Tints of Portica #EFDD56
RGB
CMYK
RGB Variations
Color information
#EFDD56 (or 0xEFDD56) is known color: Portica. HEX triplet: EF, DD and 56. RGB value is (239,221,86). Sum of RGB (Red+Green+Blue) = 239+221+86=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD56 is #1022A9. Grayscale: #D3D3D3. Windows color (decimal): -1057450 or 5692911. OLE color: 5692911.
HSL color Cylindrical-coordinate representation of color #EFDD56: hue angle of 52.94º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFDD56 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 86 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.06 |
| HSL | 52.94º | 0.83% | 0.64% | - |
| HSV(B) | 52.94º | 0.64% | 0.94% | - |
| XYZ | 63.13 | 70.74 | 19.13 | - |
| YUV | 210.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 86 | 0 | 0.08 | 0.64 | 0.06 | 52.94 | 0.83 | 0.64 |
| Hex | EF | DD | 56 | 0 | 8 | 40 | 6 | 35 | 53 | 40 |
| Octal | 357 | 335 | 126 | 0 | 10 | 100 | 6 | 65 | 123 | 100 |
| Binary | 11101111 | 11011101 | 1010110 | 0 | 1000 | 1000000 | 110 | 110101 | 1010011 | 1000000 |
Color Harmonies of #EFDD56
Complementary color
Monochromatic Colors of #EFDD56
Black with #EFDD56
Text Example
Text Example
White with #EFDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD56; }
p { color: rgb(239,221,86); }
H1.HeaderClassName
{
color: #EFDD56;
}
.AnyTagClassName
{
color: #EFDD56;
}
</style>
background-color css
<style>
a { background-color: #EFDD56; }
a { background-color: rgb(239,221,86); }
div.DivClassName
{
background-color: #EFDD56;
}
.BgClassName
{
background-color: #EFDD56;
}
</style>
border-color css
<style>
span { border-color: #EFDD56; }
span { border-color: rgb(239,221,86); }
td.TdClassName
{
border-color: #EFDD56;
}
.TagClassName
{
border-color: #EFDD56;
}
</style>