Shades of Portica #EFCC55
Tints of Portica #EFCC55
RGB
CMYK
RGB Variations
Color information
#EFCC55 (or 0xEFCC55) is known color: Portica. HEX triplet: EF, CC and 55. RGB value is (239,204,85). Sum of RGB (Red+Green+Blue) = 239+204+85=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC55 is #1033AA. Grayscale: #C9C9C9. Windows color (decimal): -1061803 or 5623023. OLE color: 5623023.
HSL color Cylindrical-coordinate representation of color #EFCC55: hue angle of 46.36º 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 #EFCC55 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 85 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.06 |
| HSL | 46.36º | 0.83% | 0.64% | - |
| HSV(B) | 46.36º | 0.64% | 0.94% | - |
| XYZ | 58.83 | 62.19 | 17.5 | - |
| YUV | 200.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 85 | 0 | 0.15 | 0.64 | 0.06 | 46.36 | 0.83 | 0.64 |
| Hex | EF | CC | 55 | 0 | F | 40 | 6 | 2E | 53 | 40 |
| Octal | 357 | 314 | 125 | 0 | 17 | 100 | 6 | 56 | 123 | 100 |
| Binary | 11101111 | 11001100 | 1010101 | 0 | 1111 | 1000000 | 110 | 101110 | 1010011 | 1000000 |
Color Harmonies of #EFCC55
Complementary color
Monochromatic Colors of #EFCC55
Black with #EFCC55
Text Example
Text Example
White with #EFCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC55; }
p { color: rgb(239,204,85); }
H1.HeaderClassName
{
color: #EFCC55;
}
.AnyTagClassName
{
color: #EFCC55;
}
</style>
background-color css
<style>
a { background-color: #EFCC55; }
a { background-color: rgb(239,204,85); }
div.DivClassName
{
background-color: #EFCC55;
}
.BgClassName
{
background-color: #EFCC55;
}
</style>
border-color css
<style>
span { border-color: #EFCC55; }
span { border-color: rgb(239,204,85); }
td.TdClassName
{
border-color: #EFCC55;
}
.TagClassName
{
border-color: #EFCC55;
}
</style>