Shades of Portica #ECD453
Tints of Portica #ECD453
RGB
CMYK
RGB Variations
Color information
#ECD453 (or 0xECD453) is known color: Portica. HEX triplet: EC, D4 and 53. RGB value is (236,212,83). Sum of RGB (Red+Green+Blue) = 236+212+83=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD453 is #132BAC. Grayscale: #CDCDCD. Windows color (decimal): -1256365 or 5493996. OLE color: 5493996.
HSL color Cylindrical-coordinate representation of color #ECD453: hue angle of 50.59º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECD453 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 83 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.07 |
| HSL | 50.59º | 0.8% | 0.63% | - |
| HSV(B) | 50.59º | 0.65% | 0.93% | - |
| XYZ | 59.7 | 65.54 | 17.69 | - |
| YUV | 204.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 83 | 0 | 0.10 | 0.65 | 0.07 | 50.59 | 0.8 | 0.63 |
| Hex | EC | D4 | 53 | 0 | A | 41 | 7 | 33 | 50 | 3F |
| Octal | 354 | 324 | 123 | 0 | 12 | 101 | 7 | 63 | 120 | 77 |
| Binary | 11101100 | 11010100 | 1010011 | 0 | 1010 | 1000001 | 111 | 110011 | 1010000 | 111111 |
Color Harmonies of #ECD453
Complementary color
Monochromatic Colors of #ECD453
Black with #ECD453
Text Example
Text Example
White with #ECD453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD453; }
p { color: rgb(236,212,83); }
H1.HeaderClassName
{
color: #ECD453;
}
.AnyTagClassName
{
color: #ECD453;
}
</style>
background-color css
<style>
a { background-color: #ECD453; }
a { background-color: rgb(236,212,83); }
div.DivClassName
{
background-color: #ECD453;
}
.BgClassName
{
background-color: #ECD453;
}
</style>
border-color css
<style>
span { border-color: #ECD453; }
span { border-color: rgb(236,212,83); }
td.TdClassName
{
border-color: #ECD453;
}
.TagClassName
{
border-color: #ECD453;
}
</style>