Shades of Portica #EFDC62
Tints of Portica #EFDC62
RGB
CMYK
RGB Variations
Color information
#EFDC62 (or 0xEFDC62) is known color: Portica. HEX triplet: EF, DC and 62. RGB value is (239,220,98). Sum of RGB (Red+Green+Blue) = 239+220+98=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC62 is #10239D. Grayscale: #D4D4D4. Windows color (decimal): -1057694 or 6479087. OLE color: 6479087.
HSL color Cylindrical-coordinate representation of color #EFDC62: hue angle of 51.91º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFDC62 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 98 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.06 |
| HSL | 51.91º | 0.82% | 0.66% | - |
| HSV(B) | 51.91º | 0.59% | 0.94% | - |
| XYZ | 63.39 | 70.42 | 21.81 | - |
| YUV | 211.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 98 | 0 | 0.08 | 0.59 | 0.06 | 51.91 | 0.82 | 0.66 |
| Hex | EF | DC | 62 | 0 | 8 | 3B | 6 | 34 | 52 | 42 |
| Octal | 357 | 334 | 142 | 0 | 10 | 73 | 6 | 64 | 122 | 102 |
| Binary | 11101111 | 11011100 | 1100010 | 0 | 1000 | 111011 | 110 | 110100 | 1010010 | 1000010 |
Color Harmonies of #EFDC62
Complementary color
Monochromatic Colors of #EFDC62
Black with #EFDC62
Text Example
Text Example
White with #EFDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC62; }
p { color: rgb(239,220,98); }
H1.HeaderClassName
{
color: #EFDC62;
}
.AnyTagClassName
{
color: #EFDC62;
}
</style>
background-color css
<style>
a { background-color: #EFDC62; }
a { background-color: rgb(239,220,98); }
div.DivClassName
{
background-color: #EFDC62;
}
.BgClassName
{
background-color: #EFDC62;
}
</style>
border-color css
<style>
span { border-color: #EFDC62; }
span { border-color: rgb(239,220,98); }
td.TdClassName
{
border-color: #EFDC62;
}
.TagClassName
{
border-color: #EFDC62;
}
</style>