Shades of Portica #EFD05E
Tints of Portica #EFD05E
RGB
CMYK
RGB Variations
Color information
#EFD05E (or 0xEFD05E) is known color: Portica. HEX triplet: EF, D0 and 5E. RGB value is (239,208,94). Sum of RGB (Red+Green+Blue) = 239+208+94=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD05E is #102FA1. Grayscale: #CCCCCC. Windows color (decimal): -1060770 or 6213871. OLE color: 6213871.
HSL color Cylindrical-coordinate representation of color #EFD05E: hue angle of 47.17º 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 #EFD05E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 94 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.06 |
| HSL | 47.17º | 0.82% | 0.65% | - |
| HSV(B) | 47.17º | 0.61% | 0.94% | - |
| XYZ | 60.17 | 64.27 | 19.82 | - |
| YUV | 204.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 94 | 0 | 0.13 | 0.61 | 0.06 | 47.17 | 0.82 | 0.65 |
| Hex | EF | D0 | 5E | 0 | D | 3D | 6 | 2F | 52 | 41 |
| Octal | 357 | 320 | 136 | 0 | 15 | 75 | 6 | 57 | 122 | 101 |
| Binary | 11101111 | 11010000 | 1011110 | 0 | 1101 | 111101 | 110 | 101111 | 1010010 | 1000001 |
Color Harmonies of #EFD05E
Complementary color
Monochromatic Colors of #EFD05E
Black with #EFD05E
Text Example
Text Example
White with #EFD05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD05E; }
p { color: rgb(239,208,94); }
H1.HeaderClassName
{
color: #EFD05E;
}
.AnyTagClassName
{
color: #EFD05E;
}
</style>
background-color css
<style>
a { background-color: #EFD05E; }
a { background-color: rgb(239,208,94); }
div.DivClassName
{
background-color: #EFD05E;
}
.BgClassName
{
background-color: #EFD05E;
}
</style>
border-color css
<style>
span { border-color: #EFD05E; }
span { border-color: rgb(239,208,94); }
td.TdClassName
{
border-color: #EFD05E;
}
.TagClassName
{
border-color: #EFD05E;
}
</style>