Shades of Portica #EFDD58
Tints of Portica #EFDD58
RGB
CMYK
RGB Variations
Color information
#EFDD58 (or 0xEFDD58) is known color: Portica. HEX triplet: EF, DD and 58. RGB value is (239,221,88). Sum of RGB (Red+Green+Blue) = 239+221+88=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 88 (34.77% from 255 or 16.06% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD58 is #1022A7. Grayscale: #D3D3D3. Windows color (decimal): -1057448 or 5823983. OLE color: 5823983.
HSL color Cylindrical-coordinate representation of color #EFDD58: hue angle of 52.85º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFDD58 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 88 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.06 |
| HSL | 52.85º | 0.83% | 0.64% | - |
| HSV(B) | 52.85º | 0.63% | 0.94% | - |
| XYZ | 63.21 | 70.77 | 19.56 | - |
| YUV | 211.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 88 | 0 | 0.08 | 0.63 | 0.06 | 52.85 | 0.83 | 0.64 |
| Hex | EF | DD | 58 | 0 | 8 | 3F | 6 | 35 | 53 | 40 |
| Octal | 357 | 335 | 130 | 0 | 10 | 77 | 6 | 65 | 123 | 100 |
| Binary | 11101111 | 11011101 | 1011000 | 0 | 1000 | 111111 | 110 | 110101 | 1010011 | 1000000 |
Color Harmonies of #EFDD58
Complementary color
Monochromatic Colors of #EFDD58
Black with #EFDD58
Text Example
Text Example
White with #EFDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD58; }
p { color: rgb(239,221,88); }
H1.HeaderClassName
{
color: #EFDD58;
}
.AnyTagClassName
{
color: #EFDD58;
}
</style>
background-color css
<style>
a { background-color: #EFDD58; }
a { background-color: rgb(239,221,88); }
div.DivClassName
{
background-color: #EFDD58;
}
.BgClassName
{
background-color: #EFDD58;
}
</style>
border-color css
<style>
span { border-color: #EFDD58; }
span { border-color: rgb(239,221,88); }
td.TdClassName
{
border-color: #EFDD58;
}
.TagClassName
{
border-color: #EFDD58;
}
</style>