Shades of Portica #EFDF56
Tints of Portica #EFDF56
RGB
CMYK
RGB Variations
Color information
#EFDF56 (or 0xEFDF56) is known color: Portica. HEX triplet: EF, DF and 56. RGB value is (239,223,86). Sum of RGB (Red+Green+Blue) = 239+223+86=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 86 (33.98% from 255 or 15.69% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF56 is #1020A9. Grayscale: #D4D4D4. Windows color (decimal): -1056938 or 5693423. OLE color: 5693423.
HSL color Cylindrical-coordinate representation of color #EFDF56: hue angle of 53.73º 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 #EFDF56 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 86 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.06 |
| HSL | 53.73º | 0.83% | 0.64% | - |
| HSV(B) | 53.73º | 0.64% | 0.94% | - |
| XYZ | 63.66 | 71.8 | 19.31 | - |
| YUV | 212.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 86 | 0 | 0.07 | 0.64 | 0.06 | 53.73 | 0.83 | 0.64 |
| Hex | EF | DF | 56 | 0 | 7 | 40 | 6 | 36 | 53 | 40 |
| Octal | 357 | 337 | 126 | 0 | 7 | 100 | 6 | 66 | 123 | 100 |
| Binary | 11101111 | 11011111 | 1010110 | 0 | 111 | 1000000 | 110 | 110110 | 1010011 | 1000000 |
Color Harmonies of #EFDF56
Complementary color
Monochromatic Colors of #EFDF56
Black with #EFDF56
Text Example
Text Example
White with #EFDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF56; }
p { color: rgb(239,223,86); }
H1.HeaderClassName
{
color: #EFDF56;
}
.AnyTagClassName
{
color: #EFDF56;
}
</style>
background-color css
<style>
a { background-color: #EFDF56; }
a { background-color: rgb(239,223,86); }
div.DivClassName
{
background-color: #EFDF56;
}
.BgClassName
{
background-color: #EFDF56;
}
</style>
border-color css
<style>
span { border-color: #EFDF56; }
span { border-color: rgb(239,223,86); }
td.TdClassName
{
border-color: #EFDF56;
}
.TagClassName
{
border-color: #EFDF56;
}
</style>