Shades of Portica #ECD254
Tints of Portica #ECD254
RGB
CMYK
RGB Variations
Color information
#ECD254 (or 0xECD254) is known color: Portica. HEX triplet: EC, D2 and 54. RGB value is (236,210,84). Sum of RGB (Red+Green+Blue) = 236+210+84=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD254 is #132DAB. Grayscale: #CBCBCB. Windows color (decimal): -1256876 or 5559020. OLE color: 5559020.
HSL color Cylindrical-coordinate representation of color #ECD254: hue angle of 49.74º 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 #ECD254 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 84 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.74º | 0.8% | 0.63% | - |
| HSV(B) | 49.74º | 0.64% | 0.93% | - |
| XYZ | 59.24 | 64.57 | 17.73 | - |
| YUV | 203.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 84 | 0 | 0.11 | 0.64 | 0.07 | 49.74 | 0.8 | 0.63 |
| Hex | EC | D2 | 54 | 0 | B | 40 | 7 | 32 | 50 | 3F |
| Octal | 354 | 322 | 124 | 0 | 13 | 100 | 7 | 62 | 120 | 77 |
| Binary | 11101100 | 11010010 | 1010100 | 0 | 1011 | 1000000 | 111 | 110010 | 1010000 | 111111 |
Color Harmonies of #ECD254
Complementary color
Monochromatic Colors of #ECD254
Black with #ECD254
Text Example
Text Example
White with #ECD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD254; }
p { color: rgb(236,210,84); }
H1.HeaderClassName
{
color: #ECD254;
}
.AnyTagClassName
{
color: #ECD254;
}
</style>
background-color css
<style>
a { background-color: #ECD254; }
a { background-color: rgb(236,210,84); }
div.DivClassName
{
background-color: #ECD254;
}
.BgClassName
{
background-color: #ECD254;
}
</style>
border-color css
<style>
span { border-color: #ECD254; }
span { border-color: rgb(236,210,84); }
td.TdClassName
{
border-color: #ECD254;
}
.TagClassName
{
border-color: #ECD254;
}
</style>