Shades of Portica #EFD358
Tints of Portica #EFD358
RGB
CMYK
RGB Variations
Color information
#EFD358 (or 0xEFD358) is known color: Portica. HEX triplet: EF, D3 and 58. RGB value is (239,211,88). Sum of RGB (Red+Green+Blue) = 239+211+88=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD358 is #102CA7. Grayscale: #CDCDCD. Windows color (decimal): -1060008 or 5821423. OLE color: 5821423.
HSL color Cylindrical-coordinate representation of color #EFD358: hue angle of 48.87º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFD358 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 88 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.06 |
| HSL | 48.87º | 0.83% | 0.64% | - |
| HSV(B) | 48.87º | 0.63% | 0.94% | - |
| XYZ | 60.65 | 65.64 | 18.71 | - |
| YUV | 205.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 88 | 0 | 0.12 | 0.63 | 0.06 | 48.87 | 0.83 | 0.64 |
| Hex | EF | D3 | 58 | 0 | C | 3F | 6 | 31 | 53 | 40 |
| Octal | 357 | 323 | 130 | 0 | 14 | 77 | 6 | 61 | 123 | 100 |
| Binary | 11101111 | 11010011 | 1011000 | 0 | 1100 | 111111 | 110 | 110001 | 1010011 | 1000000 |
Color Harmonies of #EFD358
Complementary color
Monochromatic Colors of #EFD358
Black with #EFD358
Text Example
Text Example
White with #EFD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD358; }
p { color: rgb(239,211,88); }
H1.HeaderClassName
{
color: #EFD358;
}
.AnyTagClassName
{
color: #EFD358;
}
</style>
background-color css
<style>
a { background-color: #EFD358; }
a { background-color: rgb(239,211,88); }
div.DivClassName
{
background-color: #EFD358;
}
.BgClassName
{
background-color: #EFD358;
}
</style>
border-color css
<style>
span { border-color: #EFD358; }
span { border-color: rgb(239,211,88); }
td.TdClassName
{
border-color: #EFD358;
}
.TagClassName
{
border-color: #EFD358;
}
</style>