Shades of Portica #EFCC56
Tints of Portica #EFCC56
RGB
CMYK
RGB Variations
Color information
#EFCC56 (or 0xEFCC56) is known color: Portica. HEX triplet: EF, CC and 56. RGB value is (239,204,86). Sum of RGB (Red+Green+Blue) = 239+204+86=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC56 is #1033A9. Grayscale: #C9C9C9. Windows color (decimal): -1061802 or 5688559. OLE color: 5688559.
HSL color Cylindrical-coordinate representation of color #EFCC56: hue angle of 46.27º 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 #EFCC56 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 86 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.06 |
| HSL | 46.27º | 0.83% | 0.64% | - |
| HSV(B) | 46.27º | 0.64% | 0.94% | - |
| XYZ | 58.87 | 62.21 | 17.71 | - |
| YUV | 201.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 86 | 0 | 0.15 | 0.64 | 0.06 | 46.27 | 0.83 | 0.64 |
| Hex | EF | CC | 56 | 0 | F | 40 | 6 | 2E | 53 | 40 |
| Octal | 357 | 314 | 126 | 0 | 17 | 100 | 6 | 56 | 123 | 100 |
| Binary | 11101111 | 11001100 | 1010110 | 0 | 1111 | 1000000 | 110 | 101110 | 1010011 | 1000000 |
Color Harmonies of #EFCC56
Complementary color
Monochromatic Colors of #EFCC56
Black with #EFCC56
Text Example
Text Example
White with #EFCC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC56; }
p { color: rgb(239,204,86); }
H1.HeaderClassName
{
color: #EFCC56;
}
.AnyTagClassName
{
color: #EFCC56;
}
</style>
background-color css
<style>
a { background-color: #EFCC56; }
a { background-color: rgb(239,204,86); }
div.DivClassName
{
background-color: #EFCC56;
}
.BgClassName
{
background-color: #EFCC56;
}
</style>
border-color css
<style>
span { border-color: #EFCC56; }
span { border-color: rgb(239,204,86); }
td.TdClassName
{
border-color: #EFCC56;
}
.TagClassName
{
border-color: #EFCC56;
}
</style>