Shades of Portica #ECCF54
Tints of Portica #ECCF54
RGB
CMYK
RGB Variations
Color information
#ECCF54 (or 0xECCF54) is known color: Portica. HEX triplet: EC, CF and 54. RGB value is (236,207,84). Sum of RGB (Red+Green+Blue) = 236+207+84=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF54 is #1330AB. Grayscale: #CACACA. Windows color (decimal): -1257644 or 5558252. OLE color: 5558252.
HSL color Cylindrical-coordinate representation of color #ECCF54: hue angle of 48.55º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECCF54 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 84 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.07 |
| HSL | 48.55º | 0.8% | 0.63% | - |
| HSV(B) | 48.55º | 0.64% | 0.93% | - |
| XYZ | 58.51 | 63.1 | 17.48 | - |
| YUV | 201.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 84 | 0 | 0.12 | 0.64 | 0.07 | 48.55 | 0.8 | 0.63 |
| Hex | EC | CF | 54 | 0 | C | 40 | 7 | 31 | 50 | 3F |
| Octal | 354 | 317 | 124 | 0 | 14 | 100 | 7 | 61 | 120 | 77 |
| Binary | 11101100 | 11001111 | 1010100 | 0 | 1100 | 1000000 | 111 | 110001 | 1010000 | 111111 |
Color Harmonies of #ECCF54
Complementary color
Monochromatic Colors of #ECCF54
Black with #ECCF54
Text Example
Text Example
White with #ECCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF54; }
p { color: rgb(236,207,84); }
H1.HeaderClassName
{
color: #ECCF54;
}
.AnyTagClassName
{
color: #ECCF54;
}
</style>
background-color css
<style>
a { background-color: #ECCF54; }
a { background-color: rgb(236,207,84); }
div.DivClassName
{
background-color: #ECCF54;
}
.BgClassName
{
background-color: #ECCF54;
}
</style>
border-color css
<style>
span { border-color: #ECCF54; }
span { border-color: rgb(236,207,84); }
td.TdClassName
{
border-color: #ECCF54;
}
.TagClassName
{
border-color: #ECCF54;
}
</style>