Shades of Portica #EFD55E
Tints of Portica #EFD55E
RGB
CMYK
RGB Variations
Color information
#EFD55E (or 0xEFD55E) is known color: Portica. HEX triplet: EF, D5 and 5E. RGB value is (239,213,94). Sum of RGB (Red+Green+Blue) = 239+213+94=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD55E is #102AA1. Grayscale: #CFCFCF. Windows color (decimal): -1059490 or 6215151. OLE color: 6215151.
HSL color Cylindrical-coordinate representation of color #EFD55E: hue angle of 49.24º 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 #EFD55E is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 94 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.06 |
| HSL | 49.24º | 0.82% | 0.65% | - |
| HSV(B) | 49.24º | 0.61% | 0.94% | - |
| XYZ | 61.41 | 66.75 | 20.24 | - |
| YUV | 207.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 94 | 0 | 0.11 | 0.61 | 0.06 | 49.24 | 0.82 | 0.65 |
| Hex | EF | D5 | 5E | 0 | B | 3D | 6 | 31 | 52 | 41 |
| Octal | 357 | 325 | 136 | 0 | 13 | 75 | 6 | 61 | 122 | 101 |
| Binary | 11101111 | 11010101 | 1011110 | 0 | 1011 | 111101 | 110 | 110001 | 1010010 | 1000001 |
Color Harmonies of #EFD55E
Complementary color
Monochromatic Colors of #EFD55E
Black with #EFD55E
Text Example
Text Example
White with #EFD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD55E; }
p { color: rgb(239,213,94); }
H1.HeaderClassName
{
color: #EFD55E;
}
.AnyTagClassName
{
color: #EFD55E;
}
</style>
background-color css
<style>
a { background-color: #EFD55E; }
a { background-color: rgb(239,213,94); }
div.DivClassName
{
background-color: #EFD55E;
}
.BgClassName
{
background-color: #EFD55E;
}
</style>
border-color css
<style>
span { border-color: #EFD55E; }
span { border-color: rgb(239,213,94); }
td.TdClassName
{
border-color: #EFD55E;
}
.TagClassName
{
border-color: #EFD55E;
}
</style>