Shades of Portica #EFD65F
Tints of Portica #EFD65F
RGB
CMYK
RGB Variations
Color information
#EFD65F (or 0xEFD65F) is known color: Portica. HEX triplet: EF, D6 and 5F. RGB value is (239,214,95). Sum of RGB (Red+Green+Blue) = 239+214+95=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD65F is #1029A0. Grayscale: #D0D0D0. Windows color (decimal): -1059233 or 6280943. OLE color: 6280943.
HSL color Cylindrical-coordinate representation of color #EFD65F: hue angle of 49.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFD65F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 95 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.06 |
| HSL | 49.58º | 0.82% | 0.65% | - |
| HSV(B) | 49.58º | 0.6% | 0.94% | - |
| XYZ | 61.71 | 67.27 | 20.56 | - |
| YUV | 207.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 95 | 0 | 0.10 | 0.60 | 0.06 | 49.58 | 0.82 | 0.65 |
| Hex | EF | D6 | 5F | 0 | A | 3C | 6 | 32 | 52 | 41 |
| Octal | 357 | 326 | 137 | 0 | 12 | 74 | 6 | 62 | 122 | 101 |
| Binary | 11101111 | 11010110 | 1011111 | 0 | 1010 | 111100 | 110 | 110010 | 1010010 | 1000001 |
Color Harmonies of #EFD65F
Complementary color
Monochromatic Colors of #EFD65F
Black with #EFD65F
Text Example
Text Example
White with #EFD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD65F; }
p { color: rgb(239,214,95); }
H1.HeaderClassName
{
color: #EFD65F;
}
.AnyTagClassName
{
color: #EFD65F;
}
</style>
background-color css
<style>
a { background-color: #EFD65F; }
a { background-color: rgb(239,214,95); }
div.DivClassName
{
background-color: #EFD65F;
}
.BgClassName
{
background-color: #EFD65F;
}
</style>
border-color css
<style>
span { border-color: #EFD65F; }
span { border-color: rgb(239,214,95); }
td.TdClassName
{
border-color: #EFD65F;
}
.TagClassName
{
border-color: #EFD65F;
}
</style>