Shades of Portica #EFD25A
Tints of Portica #EFD25A
RGB
CMYK
RGB Variations
Color information
#EFD25A (or 0xEFD25A) is known color: Portica. HEX triplet: EF, D2 and 5A. RGB value is (239,210,90). Sum of RGB (Red+Green+Blue) = 239+210+90=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD25A is #102DA5. Grayscale: #CDCDCD. Windows color (decimal): -1060262 or 5952239. OLE color: 5952239.
HSL color Cylindrical-coordinate representation of color #EFD25A: hue angle of 48.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFD25A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 90 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.06 |
| HSL | 48.32º | 0.82% | 0.65% | - |
| HSV(B) | 48.32º | 0.62% | 0.94% | - |
| XYZ | 60.49 | 65.18 | 19.07 | - |
| YUV | 204.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 90 | 0 | 0.12 | 0.62 | 0.06 | 48.32 | 0.82 | 0.65 |
| Hex | EF | D2 | 5A | 0 | C | 3E | 6 | 30 | 52 | 41 |
| Octal | 357 | 322 | 132 | 0 | 14 | 76 | 6 | 60 | 122 | 101 |
| Binary | 11101111 | 11010010 | 1011010 | 0 | 1100 | 111110 | 110 | 110000 | 1010010 | 1000001 |
Color Harmonies of #EFD25A
Complementary color
Monochromatic Colors of #EFD25A
Black with #EFD25A
Text Example
Text Example
White with #EFD25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD25A; }
p { color: rgb(239,210,90); }
H1.HeaderClassName
{
color: #EFD25A;
}
.AnyTagClassName
{
color: #EFD25A;
}
</style>
background-color css
<style>
a { background-color: #EFD25A; }
a { background-color: rgb(239,210,90); }
div.DivClassName
{
background-color: #EFD25A;
}
.BgClassName
{
background-color: #EFD25A;
}
</style>
border-color css
<style>
span { border-color: #EFD25A; }
span { border-color: rgb(239,210,90); }
td.TdClassName
{
border-color: #EFD25A;
}
.TagClassName
{
border-color: #EFD25A;
}
</style>