Shades of Portica #EFD85B
Tints of Portica #EFD85B
RGB
CMYK
RGB Variations
Color information
#EFD85B (or 0xEFD85B) is known color: Portica. HEX triplet: EF, D8 and 5B. RGB value is (239,216,91). Sum of RGB (Red+Green+Blue) = 239+216+91=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD85B is #1027A4. Grayscale: #D1D1D1. Windows color (decimal): -1058725 or 6019311. OLE color: 6019311.
HSL color Cylindrical-coordinate representation of color #EFD85B: hue angle of 50.68º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFD85B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 91 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.06 |
| HSL | 50.68º | 0.82% | 0.65% | - |
| HSV(B) | 50.68º | 0.62% | 0.94% | - |
| XYZ | 62.04 | 68.22 | 19.79 | - |
| YUV | 208.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 91 | 0 | 0.10 | 0.62 | 0.06 | 50.68 | 0.82 | 0.65 |
| Hex | EF | D8 | 5B | 0 | A | 3E | 6 | 33 | 52 | 41 |
| Octal | 357 | 330 | 133 | 0 | 12 | 76 | 6 | 63 | 122 | 101 |
| Binary | 11101111 | 11011000 | 1011011 | 0 | 1010 | 111110 | 110 | 110011 | 1010010 | 1000001 |
Color Harmonies of #EFD85B
Complementary color
Monochromatic Colors of #EFD85B
Black with #EFD85B
Text Example
Text Example
White with #EFD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD85B; }
p { color: rgb(239,216,91); }
H1.HeaderClassName
{
color: #EFD85B;
}
.AnyTagClassName
{
color: #EFD85B;
}
</style>
background-color css
<style>
a { background-color: #EFD85B; }
a { background-color: rgb(239,216,91); }
div.DivClassName
{
background-color: #EFD85B;
}
.BgClassName
{
background-color: #EFD85B;
}
</style>
border-color css
<style>
span { border-color: #EFD85B; }
span { border-color: rgb(239,216,91); }
td.TdClassName
{
border-color: #EFD85B;
}
.TagClassName
{
border-color: #EFD85B;
}
</style>