Shades of Portica #EFCB59
Tints of Portica #EFCB59
RGB
CMYK
RGB Variations
Color information
#EFCB59 (or 0xEFCB59) is known color: Portica. HEX triplet: EF, CB and 59. RGB value is (239,203,89). Sum of RGB (Red+Green+Blue) = 239+203+89=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB59 is #1034A6. Grayscale: #C9C9C9. Windows color (decimal): -1062055 or 5884911. OLE color: 5884911.
HSL color Cylindrical-coordinate representation of color #EFCB59: hue angle of 45.6º degrees, saturation: 0.82, 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 #EFCB59 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 89 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.06 |
| HSL | 45.6º | 0.82% | 0.64% | - |
| HSV(B) | 45.6º | 0.63% | 0.94% | - |
| XYZ | 58.76 | 61.78 | 18.28 | - |
| YUV | 200.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 89 | 0 | 0.15 | 0.63 | 0.06 | 45.6 | 0.82 | 0.64 |
| Hex | EF | CB | 59 | 0 | F | 3F | 6 | 2E | 52 | 40 |
| Octal | 357 | 313 | 131 | 0 | 17 | 77 | 6 | 56 | 122 | 100 |
| Binary | 11101111 | 11001011 | 1011001 | 0 | 1111 | 111111 | 110 | 101110 | 1010010 | 1000000 |
Color Harmonies of #EFCB59
Complementary color
Monochromatic Colors of #EFCB59
Black with #EFCB59
Text Example
Text Example
White with #EFCB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB59; }
p { color: rgb(239,203,89); }
H1.HeaderClassName
{
color: #EFCB59;
}
.AnyTagClassName
{
color: #EFCB59;
}
</style>
background-color css
<style>
a { background-color: #EFCB59; }
a { background-color: rgb(239,203,89); }
div.DivClassName
{
background-color: #EFCB59;
}
.BgClassName
{
background-color: #EFCB59;
}
</style>
border-color css
<style>
span { border-color: #EFCB59; }
span { border-color: rgb(239,203,89); }
td.TdClassName
{
border-color: #EFCB59;
}
.TagClassName
{
border-color: #EFCB59;
}
</style>