Shades of Portica #EFDF52
Tints of Portica #EFDF52
RGB
CMYK
RGB Variations
Color information
#EFDF52 (or 0xEFDF52) is known color: Portica. HEX triplet: EF, DF and 52. RGB value is (239,223,82). Sum of RGB (Red+Green+Blue) = 239+223+82=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF52 is #1020AD. Grayscale: #D4D4D4. Windows color (decimal): -1056942 or 5431279. OLE color: 5431279.
HSL color Cylindrical-coordinate representation of color #EFDF52: hue angle of 53.89º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFDF52 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 82 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.06 |
| HSL | 53.89º | 0.83% | 0.63% | - |
| HSV(B) | 53.89º | 0.66% | 0.94% | - |
| XYZ | 63.51 | 71.74 | 18.48 | - |
| YUV | 211.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 82 | 0 | 0.07 | 0.66 | 0.06 | 53.89 | 0.83 | 0.63 |
| Hex | EF | DF | 52 | 0 | 7 | 42 | 6 | 36 | 53 | 3F |
| Octal | 357 | 337 | 122 | 0 | 7 | 102 | 6 | 66 | 123 | 77 |
| Binary | 11101111 | 11011111 | 1010010 | 0 | 111 | 1000010 | 110 | 110110 | 1010011 | 111111 |
Color Harmonies of #EFDF52
Complementary color
Monochromatic Colors of #EFDF52
Black with #EFDF52
Text Example
Text Example
White with #EFDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF52; }
p { color: rgb(239,223,82); }
H1.HeaderClassName
{
color: #EFDF52;
}
.AnyTagClassName
{
color: #EFDF52;
}
</style>
background-color css
<style>
a { background-color: #EFDF52; }
a { background-color: rgb(239,223,82); }
div.DivClassName
{
background-color: #EFDF52;
}
.BgClassName
{
background-color: #EFDF52;
}
</style>
border-color css
<style>
span { border-color: #EFDF52; }
span { border-color: rgb(239,223,82); }
td.TdClassName
{
border-color: #EFDF52;
}
.TagClassName
{
border-color: #EFDF52;
}
</style>