Shades of Portica #EFDF64
Tints of Portica #EFDF64
RGB
CMYK
RGB Variations
Color information
#EFDF64 (or 0xEFDF64) is known color: Portica. HEX triplet: EF, DF and 64. RGB value is (239,223,100). Sum of RGB (Red+Green+Blue) = 239+223+100=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF64 is #10209B. Grayscale: #D6D6D6. Windows color (decimal): -1056924 or 6610927. OLE color: 6610927.
HSL color Cylindrical-coordinate representation of color #EFDF64: hue angle of 53.09º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFDF64 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 100 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.06 |
| HSL | 53.09º | 0.81% | 0.66% | - |
| HSV(B) | 53.09º | 0.58% | 0.94% | - |
| XYZ | 64.28 | 72.05 | 22.57 | - |
| YUV | 213.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 100 | 0 | 0.07 | 0.58 | 0.06 | 53.09 | 0.81 | 0.66 |
| Hex | EF | DF | 64 | 0 | 7 | 3A | 6 | 35 | 51 | 42 |
| Octal | 357 | 337 | 144 | 0 | 7 | 72 | 6 | 65 | 121 | 102 |
| Binary | 11101111 | 11011111 | 1100100 | 0 | 111 | 111010 | 110 | 110101 | 1010001 | 1000010 |
Color Harmonies of #EFDF64
Complementary color
Monochromatic Colors of #EFDF64
Black with #EFDF64
Text Example
Text Example
White with #EFDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF64; }
p { color: rgb(239,223,100); }
H1.HeaderClassName
{
color: #EFDF64;
}
.AnyTagClassName
{
color: #EFDF64;
}
</style>
background-color css
<style>
a { background-color: #EFDF64; }
a { background-color: rgb(239,223,100); }
div.DivClassName
{
background-color: #EFDF64;
}
.BgClassName
{
background-color: #EFDF64;
}
</style>
border-color css
<style>
span { border-color: #EFDF64; }
span { border-color: rgb(239,223,100); }
td.TdClassName
{
border-color: #EFDF64;
}
.TagClassName
{
border-color: #EFDF64;
}
</style>