Shades of Portica #ECD255
Tints of Portica #ECD255
RGB
CMYK
RGB Variations
Color information
#ECD255 (or 0xECD255) is known color: Portica. HEX triplet: EC, D2 and 55. RGB value is (236,210,85). Sum of RGB (Red+Green+Blue) = 236+210+85=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD255 is #132DAA. Grayscale: #CCCCCC. Windows color (decimal): -1256875 or 5624556. OLE color: 5624556.
HSL color Cylindrical-coordinate representation of color #ECD255: hue angle of 49.67º 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 #ECD255 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 85 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.67º | 0.8% | 0.63% | - |
| HSV(B) | 49.67º | 0.64% | 0.93% | - |
| XYZ | 59.28 | 64.58 | 17.94 | - |
| YUV | 203.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 85 | 0 | 0.11 | 0.64 | 0.07 | 49.67 | 0.8 | 0.63 |
| Hex | EC | D2 | 55 | 0 | B | 40 | 7 | 32 | 50 | 3F |
| Octal | 354 | 322 | 125 | 0 | 13 | 100 | 7 | 62 | 120 | 77 |
| Binary | 11101100 | 11010010 | 1010101 | 0 | 1011 | 1000000 | 111 | 110010 | 1010000 | 111111 |
Color Harmonies of #ECD255
Complementary color
Monochromatic Colors of #ECD255
Black with #ECD255
Text Example
Text Example
White with #ECD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD255; }
p { color: rgb(236,210,85); }
H1.HeaderClassName
{
color: #ECD255;
}
.AnyTagClassName
{
color: #ECD255;
}
</style>
background-color css
<style>
a { background-color: #ECD255; }
a { background-color: rgb(236,210,85); }
div.DivClassName
{
background-color: #ECD255;
}
.BgClassName
{
background-color: #ECD255;
}
</style>
border-color css
<style>
span { border-color: #ECD255; }
span { border-color: rgb(236,210,85); }
td.TdClassName
{
border-color: #ECD255;
}
.TagClassName
{
border-color: #ECD255;
}
</style>