Shades of Portica #EFD561
Tints of Portica #EFD561
RGB
CMYK
RGB Variations
Color information
#EFD561 (or 0xEFD561) is known color: Portica. HEX triplet: EF, D5 and 61. RGB value is (239,213,97). Sum of RGB (Red+Green+Blue) = 239+213+97=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD561 is #102A9E. Grayscale: #D0D0D0. Windows color (decimal): -1059487 or 6411759. OLE color: 6411759.
HSL color Cylindrical-coordinate representation of color #EFD561: hue angle of 49.01º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFD561 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 97 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.06 |
| HSL | 49.01º | 0.82% | 0.66% | - |
| HSV(B) | 49.01º | 0.59% | 0.94% | - |
| XYZ | 61.55 | 66.8 | 20.96 | - |
| YUV | 207.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 97 | 0 | 0.11 | 0.59 | 0.06 | 49.01 | 0.82 | 0.66 |
| Hex | EF | D5 | 61 | 0 | B | 3B | 6 | 31 | 52 | 42 |
| Octal | 357 | 325 | 141 | 0 | 13 | 73 | 6 | 61 | 122 | 102 |
| Binary | 11101111 | 11010101 | 1100001 | 0 | 1011 | 111011 | 110 | 110001 | 1010010 | 1000010 |
Color Harmonies of #EFD561
Complementary color
Monochromatic Colors of #EFD561
Black with #EFD561
Text Example
Text Example
White with #EFD561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD561; }
p { color: rgb(239,213,97); }
H1.HeaderClassName
{
color: #EFD561;
}
.AnyTagClassName
{
color: #EFD561;
}
</style>
background-color css
<style>
a { background-color: #EFD561; }
a { background-color: rgb(239,213,97); }
div.DivClassName
{
background-color: #EFD561;
}
.BgClassName
{
background-color: #EFD561;
}
</style>
border-color css
<style>
span { border-color: #EFD561; }
span { border-color: rgb(239,213,97); }
td.TdClassName
{
border-color: #EFD561;
}
.TagClassName
{
border-color: #EFD561;
}
</style>