Shades of Portica #EFDD62
Tints of Portica #EFDD62
RGB
CMYK
RGB Variations
Color information
#EFDD62 (or 0xEFDD62) is known color: Portica. HEX triplet: EF, DD and 62. RGB value is (239,221,98). Sum of RGB (Red+Green+Blue) = 239+221+98=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD62 is #10229D. Grayscale: #D4D4D4. Windows color (decimal): -1057438 or 6479343. OLE color: 6479343.
HSL color Cylindrical-coordinate representation of color #EFDD62: hue angle of 52.34º 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 #EFDD62 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 98 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.06 |
| HSL | 52.34º | 0.82% | 0.66% | - |
| HSV(B) | 52.34º | 0.59% | 0.94% | - |
| XYZ | 63.66 | 70.95 | 21.89 | - |
| YUV | 212.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 98 | 0 | 0.08 | 0.59 | 0.06 | 52.34 | 0.82 | 0.66 |
| Hex | EF | DD | 62 | 0 | 8 | 3B | 6 | 34 | 52 | 42 |
| Octal | 357 | 335 | 142 | 0 | 10 | 73 | 6 | 64 | 122 | 102 |
| Binary | 11101111 | 11011101 | 1100010 | 0 | 1000 | 111011 | 110 | 110100 | 1010010 | 1000010 |
Color Harmonies of #EFDD62
Complementary color
Monochromatic Colors of #EFDD62
Black with #EFDD62
Text Example
Text Example
White with #EFDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD62; }
p { color: rgb(239,221,98); }
H1.HeaderClassName
{
color: #EFDD62;
}
.AnyTagClassName
{
color: #EFDD62;
}
</style>
background-color css
<style>
a { background-color: #EFDD62; }
a { background-color: rgb(239,221,98); }
div.DivClassName
{
background-color: #EFDD62;
}
.BgClassName
{
background-color: #EFDD62;
}
</style>
border-color css
<style>
span { border-color: #EFDD62; }
span { border-color: rgb(239,221,98); }
td.TdClassName
{
border-color: #EFDD62;
}
.TagClassName
{
border-color: #EFDD62;
}
</style>