Shades of Portica #EFDD5F
Tints of Portica #EFDD5F
RGB
CMYK
RGB Variations
Color information
#EFDD5F (or 0xEFDD5F) is known color: Portica. HEX triplet: EF, DD and 5F. RGB value is (239,221,95). Sum of RGB (Red+Green+Blue) = 239+221+95=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD5F is #1022A0. Grayscale: #D4D4D4. Windows color (decimal): -1057441 or 6282735. OLE color: 6282735.
HSL color Cylindrical-coordinate representation of color #EFDD5F: hue angle of 52.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFDD5F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 95 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.06 |
| HSL | 52.5º | 0.82% | 0.65% | - |
| HSV(B) | 52.5º | 0.6% | 0.94% | - |
| XYZ | 63.52 | 70.89 | 21.16 | - |
| YUV | 212.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 95 | 0 | 0.08 | 0.60 | 0.06 | 52.5 | 0.82 | 0.65 |
| Hex | EF | DD | 5F | 0 | 8 | 3C | 6 | 34 | 52 | 41 |
| Octal | 357 | 335 | 137 | 0 | 10 | 74 | 6 | 64 | 122 | 101 |
| Binary | 11101111 | 11011101 | 1011111 | 0 | 1000 | 111100 | 110 | 110100 | 1010010 | 1000001 |
Color Harmonies of #EFDD5F
Complementary color
Monochromatic Colors of #EFDD5F
Black with #EFDD5F
Text Example
Text Example
White with #EFDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD5F; }
p { color: rgb(239,221,95); }
H1.HeaderClassName
{
color: #EFDD5F;
}
.AnyTagClassName
{
color: #EFDD5F;
}
</style>
background-color css
<style>
a { background-color: #EFDD5F; }
a { background-color: rgb(239,221,95); }
div.DivClassName
{
background-color: #EFDD5F;
}
.BgClassName
{
background-color: #EFDD5F;
}
</style>
border-color css
<style>
span { border-color: #EFDD5F; }
span { border-color: rgb(239,221,95); }
td.TdClassName
{
border-color: #EFDD5F;
}
.TagClassName
{
border-color: #EFDD5F;
}
</style>