Shades of Portica #EFD658
Tints of Portica #EFD658
RGB
CMYK
RGB Variations
Color information
#EFD658 (or 0xEFD658) is known color: Portica. HEX triplet: EF, D6 and 58. RGB value is (239,214,88). Sum of RGB (Red+Green+Blue) = 239+214+88=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD658 is #1029A7. Grayscale: #CFCFCF. Windows color (decimal): -1059240 or 5822191. OLE color: 5822191.
HSL color Cylindrical-coordinate representation of color #EFD658: hue angle of 50.07º 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 #EFD658 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 88 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.06 |
| HSL | 50.07º | 0.83% | 0.64% | - |
| HSV(B) | 50.07º | 0.63% | 0.94% | - |
| XYZ | 61.4 | 67.15 | 18.96 | - |
| YUV | 207.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 88 | 0 | 0.10 | 0.63 | 0.06 | 50.07 | 0.83 | 0.64 |
| Hex | EF | D6 | 58 | 0 | A | 3F | 6 | 32 | 53 | 40 |
| Octal | 357 | 326 | 130 | 0 | 12 | 77 | 6 | 62 | 123 | 100 |
| Binary | 11101111 | 11010110 | 1011000 | 0 | 1010 | 111111 | 110 | 110010 | 1010011 | 1000000 |
Color Harmonies of #EFD658
Complementary color
Monochromatic Colors of #EFD658
Black with #EFD658
Text Example
Text Example
White with #EFD658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD658; }
p { color: rgb(239,214,88); }
H1.HeaderClassName
{
color: #EFD658;
}
.AnyTagClassName
{
color: #EFD658;
}
</style>
background-color css
<style>
a { background-color: #EFD658; }
a { background-color: rgb(239,214,88); }
div.DivClassName
{
background-color: #EFD658;
}
.BgClassName
{
background-color: #EFD658;
}
</style>
border-color css
<style>
span { border-color: #EFD658; }
span { border-color: rgb(239,214,88); }
td.TdClassName
{
border-color: #EFD658;
}
.TagClassName
{
border-color: #EFD658;
}
</style>