Shades of Portica #ECCB57
Tints of Portica #ECCB57
RGB
CMYK
RGB Variations
Color information
#ECCB57 (or 0xECCB57) is known color: Portica. HEX triplet: EC, CB and 57. RGB value is (236,203,87). Sum of RGB (Red+Green+Blue) = 236+203+87=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB57 is #1334A8. Grayscale: #C8C8C8. Windows color (decimal): -1258665 or 5753836. OLE color: 5753836.
HSL color Cylindrical-coordinate representation of color #ECCB57: hue angle of 46.71º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECCB57 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 87 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.07 |
| HSL | 46.71º | 0.8% | 0.63% | - |
| HSV(B) | 46.71º | 0.63% | 0.93% | - |
| XYZ | 57.67 | 61.23 | 17.8 | - |
| YUV | 199.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 87 | 0 | 0.14 | 0.63 | 0.07 | 46.71 | 0.8 | 0.63 |
| Hex | EC | CB | 57 | 0 | E | 3F | 7 | 2F | 50 | 3F |
| Octal | 354 | 313 | 127 | 0 | 16 | 77 | 7 | 57 | 120 | 77 |
| Binary | 11101100 | 11001011 | 1010111 | 0 | 1110 | 111111 | 111 | 101111 | 1010000 | 111111 |
Color Harmonies of #ECCB57
Complementary color
Monochromatic Colors of #ECCB57
Black with #ECCB57
Text Example
Text Example
White with #ECCB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB57; }
p { color: rgb(236,203,87); }
H1.HeaderClassName
{
color: #ECCB57;
}
.AnyTagClassName
{
color: #ECCB57;
}
</style>
background-color css
<style>
a { background-color: #ECCB57; }
a { background-color: rgb(236,203,87); }
div.DivClassName
{
background-color: #ECCB57;
}
.BgClassName
{
background-color: #ECCB57;
}
</style>
border-color css
<style>
span { border-color: #ECCB57; }
span { border-color: rgb(236,203,87); }
td.TdClassName
{
border-color: #ECCB57;
}
.TagClassName
{
border-color: #ECCB57;
}
</style>