Shades of Portica #EFD155
Tints of Portica #EFD155
RGB
CMYK
RGB Variations
Color information
#EFD155 (or 0xEFD155) is known color: Portica. HEX triplet: EF, D1 and 55. RGB value is (239,209,85). Sum of RGB (Red+Green+Blue) = 239+209+85=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD155 is #102EAA. Grayscale: #CCCCCC. Windows color (decimal): -1060523 or 5624303. OLE color: 5624303.
HSL color Cylindrical-coordinate representation of color #EFD155: hue angle of 48.31º 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 #EFD155 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 85 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.06 |
| HSL | 48.31º | 0.83% | 0.64% | - |
| HSV(B) | 48.31º | 0.64% | 0.94% | - |
| XYZ | 60.04 | 64.61 | 17.9 | - |
| YUV | 203.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 85 | 0 | 0.13 | 0.64 | 0.06 | 48.31 | 0.83 | 0.64 |
| Hex | EF | D1 | 55 | 0 | D | 40 | 6 | 30 | 53 | 40 |
| Octal | 357 | 321 | 125 | 0 | 15 | 100 | 6 | 60 | 123 | 100 |
| Binary | 11101111 | 11010001 | 1010101 | 0 | 1101 | 1000000 | 110 | 110000 | 1010011 | 1000000 |
Color Harmonies of #EFD155
Complementary color
Monochromatic Colors of #EFD155
Black with #EFD155
Text Example
Text Example
White with #EFD155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD155; }
p { color: rgb(239,209,85); }
H1.HeaderClassName
{
color: #EFD155;
}
.AnyTagClassName
{
color: #EFD155;
}
</style>
background-color css
<style>
a { background-color: #EFD155; }
a { background-color: rgb(239,209,85); }
div.DivClassName
{
background-color: #EFD155;
}
.BgClassName
{
background-color: #EFD155;
}
</style>
border-color css
<style>
span { border-color: #EFD155; }
span { border-color: rgb(239,209,85); }
td.TdClassName
{
border-color: #EFD155;
}
.TagClassName
{
border-color: #EFD155;
}
</style>