Shades of Portica #EFDC52
Tints of Portica #EFDC52
RGB
CMYK
RGB Variations
Color information
#EFDC52 (or 0xEFDC52) is known color: Portica. HEX triplet: EF, DC and 52. RGB value is (239,220,82). Sum of RGB (Red+Green+Blue) = 239+220+82=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC52 is #1023AD. Grayscale: #D2D2D2. Windows color (decimal): -1057710 or 5430511. OLE color: 5430511.
HSL color Cylindrical-coordinate representation of color #EFDC52: hue angle of 52.74º 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 #EFDC52 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 82 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.06 |
| HSL | 52.74º | 0.83% | 0.63% | - |
| HSV(B) | 52.74º | 0.66% | 0.94% | - |
| XYZ | 62.71 | 70.15 | 18.22 | - |
| YUV | 209.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 82 | 0 | 0.08 | 0.66 | 0.06 | 52.74 | 0.83 | 0.63 |
| Hex | EF | DC | 52 | 0 | 8 | 42 | 6 | 35 | 53 | 3F |
| Octal | 357 | 334 | 122 | 0 | 10 | 102 | 6 | 65 | 123 | 77 |
| Binary | 11101111 | 11011100 | 1010010 | 0 | 1000 | 1000010 | 110 | 110101 | 1010011 | 111111 |
Color Harmonies of #EFDC52
Complementary color
Monochromatic Colors of #EFDC52
Black with #EFDC52
Text Example
Text Example
White with #EFDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC52; }
p { color: rgb(239,220,82); }
H1.HeaderClassName
{
color: #EFDC52;
}
.AnyTagClassName
{
color: #EFDC52;
}
</style>
background-color css
<style>
a { background-color: #EFDC52; }
a { background-color: rgb(239,220,82); }
div.DivClassName
{
background-color: #EFDC52;
}
.BgClassName
{
background-color: #EFDC52;
}
</style>
border-color css
<style>
span { border-color: #EFDC52; }
span { border-color: rgb(239,220,82); }
td.TdClassName
{
border-color: #EFDC52;
}
.TagClassName
{
border-color: #EFDC52;
}
</style>