Shades of Portica #EFD34E
Tints of Portica #EFD34E
RGB
CMYK
RGB Variations
Color information
#EFD34E (or 0xEFD34E) is known color: Portica. HEX triplet: EF, D3 and 4E. RGB value is (239,211,78). Sum of RGB (Red+Green+Blue) = 239+211+78=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD34E is #102CB1. Grayscale: #CCCCCC. Windows color (decimal): -1060018 or 5166063. OLE color: 5166063.
HSL color Cylindrical-coordinate representation of color #EFD34E: hue angle of 49.57º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFD34E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 78 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.06 |
| HSL | 49.57º | 0.83% | 0.62% | - |
| HSV(B) | 49.57º | 0.67% | 0.94% | - |
| XYZ | 60.27 | 65.49 | 16.67 | - |
| YUV | 204.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 78 | 0 | 0.12 | 0.67 | 0.06 | 49.57 | 0.83 | 0.62 |
| Hex | EF | D3 | 4E | 0 | C | 43 | 6 | 32 | 53 | 3E |
| Octal | 357 | 323 | 116 | 0 | 14 | 103 | 6 | 62 | 123 | 76 |
| Binary | 11101111 | 11010011 | 1001110 | 0 | 1100 | 1000011 | 110 | 110010 | 1010011 | 111110 |
Color Harmonies of #EFD34E
Complementary color
Monochromatic Colors of #EFD34E
Black with #EFD34E
Text Example
Text Example
White with #EFD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD34E; }
p { color: rgb(239,211,78); }
H1.HeaderClassName
{
color: #EFD34E;
}
.AnyTagClassName
{
color: #EFD34E;
}
</style>
background-color css
<style>
a { background-color: #EFD34E; }
a { background-color: rgb(239,211,78); }
div.DivClassName
{
background-color: #EFD34E;
}
.BgClassName
{
background-color: #EFD34E;
}
</style>
border-color css
<style>
span { border-color: #EFD34E; }
span { border-color: rgb(239,211,78); }
td.TdClassName
{
border-color: #EFD34E;
}
.TagClassName
{
border-color: #EFD34E;
}
</style>