Shades of Portica #ECD75C
Tints of Portica #ECD75C
RGB
CMYK
RGB Variations
Color information
#ECD75C (or 0xECD75C) is known color: Portica. HEX triplet: EC, D7 and 5C. RGB value is (236,215,92). Sum of RGB (Red+Green+Blue) = 236+215+92=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD75C is #1328A3. Grayscale: #CFCFCF. Windows color (decimal): -1255588 or 6084588. OLE color: 6084588.
HSL color Cylindrical-coordinate representation of color #ECD75C: hue angle of 51.25º 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 #ECD75C is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 92 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.07 |
| HSL | 51.25º | 0.79% | 0.64% | - |
| HSV(B) | 51.25º | 0.61% | 0.93% | - |
| XYZ | 60.82 | 67.21 | 19.89 | - |
| YUV | 207.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 92 | 0 | 0.09 | 0.61 | 0.07 | 51.25 | 0.79 | 0.64 |
| Hex | EC | D7 | 5C | 0 | 9 | 3D | 7 | 33 | 4F | 40 |
| Octal | 354 | 327 | 134 | 0 | 11 | 75 | 7 | 63 | 117 | 100 |
| Binary | 11101100 | 11010111 | 1011100 | 0 | 1001 | 111101 | 111 | 110011 | 1001111 | 1000000 |
Color Harmonies of #ECD75C
Complementary color
Monochromatic Colors of #ECD75C
Black with #ECD75C
Text Example
Text Example
White with #ECD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD75C; }
p { color: rgb(236,215,92); }
H1.HeaderClassName
{
color: #ECD75C;
}
.AnyTagClassName
{
color: #ECD75C;
}
</style>
background-color css
<style>
a { background-color: #ECD75C; }
a { background-color: rgb(236,215,92); }
div.DivClassName
{
background-color: #ECD75C;
}
.BgClassName
{
background-color: #ECD75C;
}
</style>
border-color css
<style>
span { border-color: #ECD75C; }
span { border-color: rgb(236,215,92); }
td.TdClassName
{
border-color: #ECD75C;
}
.TagClassName
{
border-color: #ECD75C;
}
</style>