Shades of Portica #ECD55C
Tints of Portica #ECD55C
RGB
CMYK
RGB Variations
Color information
#ECD55C (or 0xECD55C) is known color: Portica. HEX triplet: EC, D5 and 5C. RGB value is (236,213,92). Sum of RGB (Red+Green+Blue) = 236+213+92=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD55C is #132AA3. Grayscale: #CECECE. Windows color (decimal): -1256100 or 6084076. OLE color: 6084076.
HSL color Cylindrical-coordinate representation of color #ECD55C: hue angle of 50.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECD55C is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 92 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.07 |
| HSL | 50.42º | 0.79% | 0.64% | - |
| HSV(B) | 50.42º | 0.61% | 0.93% | - |
| XYZ | 60.32 | 66.19 | 19.72 | - |
| YUV | 206.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 92 | 0 | 0.10 | 0.61 | 0.07 | 50.42 | 0.79 | 0.64 |
| Hex | EC | D5 | 5C | 0 | A | 3D | 7 | 32 | 4F | 40 |
| Octal | 354 | 325 | 134 | 0 | 12 | 75 | 7 | 62 | 117 | 100 |
| Binary | 11101100 | 11010101 | 1011100 | 0 | 1010 | 111101 | 111 | 110010 | 1001111 | 1000000 |
Color Harmonies of #ECD55C
Complementary color
Monochromatic Colors of #ECD55C
Black with #ECD55C
Text Example
Text Example
White with #ECD55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD55C; }
p { color: rgb(236,213,92); }
H1.HeaderClassName
{
color: #ECD55C;
}
.AnyTagClassName
{
color: #ECD55C;
}
</style>
background-color css
<style>
a { background-color: #ECD55C; }
a { background-color: rgb(236,213,92); }
div.DivClassName
{
background-color: #ECD55C;
}
.BgClassName
{
background-color: #ECD55C;
}
</style>
border-color css
<style>
span { border-color: #ECD55C; }
span { border-color: rgb(236,213,92); }
td.TdClassName
{
border-color: #ECD55C;
}
.TagClassName
{
border-color: #ECD55C;
}
</style>