Shades of Portica #EFCB55
Tints of Portica #EFCB55
RGB
CMYK
RGB Variations
Color information
#EFCB55 (or 0xEFCB55) is known color: Portica. HEX triplet: EF, CB and 55. RGB value is (239,203,85). Sum of RGB (Red+Green+Blue) = 239+203+85=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB55 is #1034AA. Grayscale: #C8C8C8. Windows color (decimal): -1062059 or 5622767. OLE color: 5622767.
HSL color Cylindrical-coordinate representation of color #EFCB55: hue angle of 45.97º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFCB55 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 85 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.06 |
| HSL | 45.97º | 0.83% | 0.64% | - |
| HSV(B) | 45.97º | 0.64% | 0.94% | - |
| XYZ | 58.59 | 61.72 | 17.42 | - |
| YUV | 200.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 85 | 0 | 0.15 | 0.64 | 0.06 | 45.97 | 0.83 | 0.64 |
| Hex | EF | CB | 55 | 0 | F | 40 | 6 | 2E | 53 | 40 |
| Octal | 357 | 313 | 125 | 0 | 17 | 100 | 6 | 56 | 123 | 100 |
| Binary | 11101111 | 11001011 | 1010101 | 0 | 1111 | 1000000 | 110 | 101110 | 1010011 | 1000000 |
Color Harmonies of #EFCB55
Complementary color
Monochromatic Colors of #EFCB55
Black with #EFCB55
Text Example
Text Example
White with #EFCB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB55; }
p { color: rgb(239,203,85); }
H1.HeaderClassName
{
color: #EFCB55;
}
.AnyTagClassName
{
color: #EFCB55;
}
</style>
background-color css
<style>
a { background-color: #EFCB55; }
a { background-color: rgb(239,203,85); }
div.DivClassName
{
background-color: #EFCB55;
}
.BgClassName
{
background-color: #EFCB55;
}
</style>
border-color css
<style>
span { border-color: #EFCB55; }
span { border-color: rgb(239,203,85); }
td.TdClassName
{
border-color: #EFCB55;
}
.TagClassName
{
border-color: #EFCB55;
}
</style>