Shades of Portica #EFD25E
Tints of Portica #EFD25E
RGB
CMYK
RGB Variations
Color information
#EFD25E (or 0xEFD25E) is known color: Portica. HEX triplet: EF, D2 and 5E. RGB value is (239,210,94). Sum of RGB (Red+Green+Blue) = 239+210+94=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD25E is #102DA1. Grayscale: #CDCDCD. Windows color (decimal): -1060258 or 6214383. OLE color: 6214383.
HSL color Cylindrical-coordinate representation of color #EFD25E: hue angle of 48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFD25E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 94 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.06 |
| HSL | 48º | 0.82% | 0.65% | - |
| HSV(B) | 48º | 0.61% | 0.94% | - |
| XYZ | 60.66 | 65.25 | 19.99 | - |
| YUV | 205.45 | 65.11 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 94 | 0 | 0.12 | 0.61 | 0.06 | 48 | 0.82 | 0.65 |
| Hex | EF | D2 | 5E | 0 | C | 3D | 6 | 30 | 52 | 41 |
| Octal | 357 | 322 | 136 | 0 | 14 | 75 | 6 | 60 | 122 | 101 |
| Binary | 11101111 | 11010010 | 1011110 | 0 | 1100 | 111101 | 110 | 110000 | 1010010 | 1000001 |
Color Harmonies of #EFD25E
Complementary color
Monochromatic Colors of #EFD25E
Black with #EFD25E
Text Example
Text Example
White with #EFD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD25E; }
p { color: rgb(239,210,94); }
H1.HeaderClassName
{
color: #EFD25E;
}
.AnyTagClassName
{
color: #EFD25E;
}
</style>
background-color css
<style>
a { background-color: #EFD25E; }
a { background-color: rgb(239,210,94); }
div.DivClassName
{
background-color: #EFD25E;
}
.BgClassName
{
background-color: #EFD25E;
}
</style>
border-color css
<style>
span { border-color: #EFD25E; }
span { border-color: rgb(239,210,94); }
td.TdClassName
{
border-color: #EFD25E;
}
.TagClassName
{
border-color: #EFD25E;
}
</style>