Shades of Portica #EFD25B
Tints of Portica #EFD25B
RGB
CMYK
RGB Variations
Color information
#EFD25B (or 0xEFD25B) is known color: Portica. HEX triplet: EF, D2 and 5B. RGB value is (239,210,91). Sum of RGB (Red+Green+Blue) = 239+210+91=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD25B is #102DA4. Grayscale: #CDCDCD. Windows color (decimal): -1060261 or 6017775. OLE color: 6017775.
HSL color Cylindrical-coordinate representation of color #EFD25B: hue angle of 48.24º 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 #EFD25B is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 91 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.06 |
| HSL | 48.24º | 0.82% | 0.65% | - |
| HSV(B) | 48.24º | 0.62% | 0.94% | - |
| XYZ | 60.53 | 65.2 | 19.29 | - |
| YUV | 205.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 91 | 0 | 0.12 | 0.62 | 0.06 | 48.24 | 0.82 | 0.65 |
| Hex | EF | D2 | 5B | 0 | C | 3E | 6 | 30 | 52 | 41 |
| Octal | 357 | 322 | 133 | 0 | 14 | 76 | 6 | 60 | 122 | 101 |
| Binary | 11101111 | 11010010 | 1011011 | 0 | 1100 | 111110 | 110 | 110000 | 1010010 | 1000001 |
Color Harmonies of #EFD25B
Complementary color
Monochromatic Colors of #EFD25B
Black with #EFD25B
Text Example
Text Example
White with #EFD25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD25B; }
p { color: rgb(239,210,91); }
H1.HeaderClassName
{
color: #EFD25B;
}
.AnyTagClassName
{
color: #EFD25B;
}
</style>
background-color css
<style>
a { background-color: #EFD25B; }
a { background-color: rgb(239,210,91); }
div.DivClassName
{
background-color: #EFD25B;
}
.BgClassName
{
background-color: #EFD25B;
}
</style>
border-color css
<style>
span { border-color: #EFD25B; }
span { border-color: rgb(239,210,91); }
td.TdClassName
{
border-color: #EFD25B;
}
.TagClassName
{
border-color: #EFD25B;
}
</style>