Shades of Portica #EFDB64
Tints of Portica #EFDB64
RGB
CMYK
RGB Variations
Color information
#EFDB64 (or 0xEFDB64) is known color: Portica. HEX triplet: EF, DB and 64. RGB value is (239,219,100). Sum of RGB (Red+Green+Blue) = 239+219+100=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB64 is #10249B. Grayscale: #D3D3D3. Windows color (decimal): -1057948 or 6609903. OLE color: 6609903.
HSL color Cylindrical-coordinate representation of color #EFDB64: hue angle of 51.37º 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 #EFDB64 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 100 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.06 |
| HSL | 51.37º | 0.81% | 0.66% | - |
| HSV(B) | 51.37º | 0.58% | 0.94% | - |
| XYZ | 63.23 | 69.93 | 22.22 | - |
| YUV | 211.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 100 | 0 | 0.08 | 0.58 | 0.06 | 51.37 | 0.81 | 0.66 |
| Hex | EF | DB | 64 | 0 | 8 | 3A | 6 | 33 | 51 | 42 |
| Octal | 357 | 333 | 144 | 0 | 10 | 72 | 6 | 63 | 121 | 102 |
| Binary | 11101111 | 11011011 | 1100100 | 0 | 1000 | 111010 | 110 | 110011 | 1010001 | 1000010 |
Color Harmonies of #EFDB64
Complementary color
Monochromatic Colors of #EFDB64
Black with #EFDB64
Text Example
Text Example
White with #EFDB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB64; }
p { color: rgb(239,219,100); }
H1.HeaderClassName
{
color: #EFDB64;
}
.AnyTagClassName
{
color: #EFDB64;
}
</style>
background-color css
<style>
a { background-color: #EFDB64; }
a { background-color: rgb(239,219,100); }
div.DivClassName
{
background-color: #EFDB64;
}
.BgClassName
{
background-color: #EFDB64;
}
</style>
border-color css
<style>
span { border-color: #EFDB64; }
span { border-color: rgb(239,219,100); }
td.TdClassName
{
border-color: #EFDB64;
}
.TagClassName
{
border-color: #EFDB64;
}
</style>