Shades of Portica #EFD85E
Tints of Portica #EFD85E
RGB
CMYK
RGB Variations
Color information
#EFD85E (or 0xEFD85E) is known color: Portica. HEX triplet: EF, D8 and 5E. RGB value is (239,216,94). Sum of RGB (Red+Green+Blue) = 239+216+94=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD85E is #1027A1. Grayscale: #D1D1D1. Windows color (decimal): -1058722 or 6215919. OLE color: 6215919.
HSL color Cylindrical-coordinate representation of color #EFD85E: hue angle of 50.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFD85E is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 94 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.06 |
| HSL | 50.48º | 0.82% | 0.65% | - |
| HSV(B) | 50.48º | 0.61% | 0.94% | - |
| XYZ | 62.17 | 68.27 | 20.49 | - |
| YUV | 208.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 94 | 0 | 0.10 | 0.61 | 0.06 | 50.48 | 0.82 | 0.65 |
| Hex | EF | D8 | 5E | 0 | A | 3D | 6 | 32 | 52 | 41 |
| Octal | 357 | 330 | 136 | 0 | 12 | 75 | 6 | 62 | 122 | 101 |
| Binary | 11101111 | 11011000 | 1011110 | 0 | 1010 | 111101 | 110 | 110010 | 1010010 | 1000001 |
Color Harmonies of #EFD85E
Complementary color
Monochromatic Colors of #EFD85E
Black with #EFD85E
Text Example
Text Example
White with #EFD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD85E; }
p { color: rgb(239,216,94); }
H1.HeaderClassName
{
color: #EFD85E;
}
.AnyTagClassName
{
color: #EFD85E;
}
</style>
background-color css
<style>
a { background-color: #EFD85E; }
a { background-color: rgb(239,216,94); }
div.DivClassName
{
background-color: #EFD85E;
}
.BgClassName
{
background-color: #EFD85E;
}
</style>
border-color css
<style>
span { border-color: #EFD85E; }
span { border-color: rgb(239,216,94); }
td.TdClassName
{
border-color: #EFD85E;
}
.TagClassName
{
border-color: #EFD85E;
}
</style>