Shades of Portica #EFDF57
Tints of Portica #EFDF57
RGB
CMYK
RGB Variations
Color information
#EFDF57 (or 0xEFDF57) is known color: Portica. HEX triplet: EF, DF and 57. RGB value is (239,223,87). Sum of RGB (Red+Green+Blue) = 239+223+87=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 87 (34.38% from 255 or 15.85% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF57 is #1020A8. Grayscale: #D4D4D4. Windows color (decimal): -1056937 or 5758959. OLE color: 5758959.
HSL color Cylindrical-coordinate representation of color #EFDF57: hue angle of 53.68º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFDF57 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 87 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.06 |
| HSL | 53.68º | 0.83% | 0.64% | - |
| HSV(B) | 53.68º | 0.64% | 0.94% | - |
| XYZ | 63.7 | 71.81 | 19.52 | - |
| YUV | 212.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 87 | 0 | 0.07 | 0.64 | 0.06 | 53.68 | 0.83 | 0.64 |
| Hex | EF | DF | 57 | 0 | 7 | 40 | 6 | 36 | 53 | 40 |
| Octal | 357 | 337 | 127 | 0 | 7 | 100 | 6 | 66 | 123 | 100 |
| Binary | 11101111 | 11011111 | 1010111 | 0 | 111 | 1000000 | 110 | 110110 | 1010011 | 1000000 |
Color Harmonies of #EFDF57
Complementary color
Monochromatic Colors of #EFDF57
Black with #EFDF57
Text Example
Text Example
White with #EFDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF57; }
p { color: rgb(239,223,87); }
H1.HeaderClassName
{
color: #EFDF57;
}
.AnyTagClassName
{
color: #EFDF57;
}
</style>
background-color css
<style>
a { background-color: #EFDF57; }
a { background-color: rgb(239,223,87); }
div.DivClassName
{
background-color: #EFDF57;
}
.BgClassName
{
background-color: #EFDF57;
}
</style>
border-color css
<style>
span { border-color: #EFDF57; }
span { border-color: rgb(239,223,87); }
td.TdClassName
{
border-color: #EFDF57;
}
.TagClassName
{
border-color: #EFDF57;
}
</style>