Shades of Portica #EFD45D
Tints of Portica #EFD45D
RGB
CMYK
RGB Variations
Color information
#EFD45D (or 0xEFD45D) is known color: Portica. HEX triplet: EF, D4 and 5D. RGB value is (239,212,93). Sum of RGB (Red+Green+Blue) = 239+212+93=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD45D is #102BA2. Grayscale: #CFCFCF. Windows color (decimal): -1059747 or 6149359. OLE color: 6149359.
HSL color Cylindrical-coordinate representation of color #EFD45D: hue angle of 48.9º 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 #EFD45D is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 93 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.06 |
| HSL | 48.9º | 0.82% | 0.65% | - |
| HSV(B) | 48.9º | 0.61% | 0.94% | - |
| XYZ | 61.12 | 66.23 | 19.92 | - |
| YUV | 206.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 93 | 0 | 0.11 | 0.61 | 0.06 | 48.9 | 0.82 | 0.65 |
| Hex | EF | D4 | 5D | 0 | B | 3D | 6 | 31 | 52 | 41 |
| Octal | 357 | 324 | 135 | 0 | 13 | 75 | 6 | 61 | 122 | 101 |
| Binary | 11101111 | 11010100 | 1011101 | 0 | 1011 | 111101 | 110 | 110001 | 1010010 | 1000001 |
Color Harmonies of #EFD45D
Complementary color
Monochromatic Colors of #EFD45D
Black with #EFD45D
Text Example
Text Example
White with #EFD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD45D; }
p { color: rgb(239,212,93); }
H1.HeaderClassName
{
color: #EFD45D;
}
.AnyTagClassName
{
color: #EFD45D;
}
</style>
background-color css
<style>
a { background-color: #EFD45D; }
a { background-color: rgb(239,212,93); }
div.DivClassName
{
background-color: #EFD45D;
}
.BgClassName
{
background-color: #EFD45D;
}
</style>
border-color css
<style>
span { border-color: #EFD45D; }
span { border-color: rgb(239,212,93); }
td.TdClassName
{
border-color: #EFD45D;
}
.TagClassName
{
border-color: #EFD45D;
}
</style>