Shades of Portica #ECCB58
Tints of Portica #ECCB58
RGB
CMYK
RGB Variations
Color information
#ECCB58 (or 0xECCB58) is known color: Portica. HEX triplet: EC, CB and 58. RGB value is (236,203,88). Sum of RGB (Red+Green+Blue) = 236+203+88=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB58 is #1334A7. Grayscale: #C8C8C8. Windows color (decimal): -1258664 or 5819372. OLE color: 5819372.
HSL color Cylindrical-coordinate representation of color #ECCB58: hue angle of 46.62º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECCB58 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 88 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.07 |
| HSL | 46.62º | 0.8% | 0.64% | - |
| HSV(B) | 46.62º | 0.63% | 0.93% | - |
| XYZ | 57.71 | 61.25 | 18.01 | - |
| YUV | 199.76 | 64.93 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 88 | 0 | 0.14 | 0.63 | 0.07 | 46.62 | 0.8 | 0.64 |
| Hex | EC | CB | 58 | 0 | E | 3F | 7 | 2F | 50 | 40 |
| Octal | 354 | 313 | 130 | 0 | 16 | 77 | 7 | 57 | 120 | 100 |
| Binary | 11101100 | 11001011 | 1011000 | 0 | 1110 | 111111 | 111 | 101111 | 1010000 | 1000000 |
Color Harmonies of #ECCB58
Complementary color
Monochromatic Colors of #ECCB58
Black with #ECCB58
Text Example
Text Example
White with #ECCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB58; }
p { color: rgb(236,203,88); }
H1.HeaderClassName
{
color: #ECCB58;
}
.AnyTagClassName
{
color: #ECCB58;
}
</style>
background-color css
<style>
a { background-color: #ECCB58; }
a { background-color: rgb(236,203,88); }
div.DivClassName
{
background-color: #ECCB58;
}
.BgClassName
{
background-color: #ECCB58;
}
</style>
border-color css
<style>
span { border-color: #ECCB58; }
span { border-color: rgb(236,203,88); }
td.TdClassName
{
border-color: #ECCB58;
}
.TagClassName
{
border-color: #ECCB58;
}
</style>