Shades of Portica #ECD85B
Tints of Portica #ECD85B
RGB
CMYK
RGB Variations
Color information
#ECD85B (or 0xECD85B) is known color: Portica. HEX triplet: EC, D8 and 5B. RGB value is (236,216,91). Sum of RGB (Red+Green+Blue) = 236+216+91=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD85B is #1327A4. Grayscale: #D0D0D0. Windows color (decimal): -1255333 or 6019308. OLE color: 6019308.
HSL color Cylindrical-coordinate representation of color #ECD85B: hue angle of 51.72º 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 #ECD85B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 91 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.07 |
| HSL | 51.72º | 0.79% | 0.64% | - |
| HSV(B) | 51.72º | 0.61% | 0.93% | - |
| XYZ | 61.04 | 67.7 | 19.75 | - |
| YUV | 207.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 91 | 0 | 0.08 | 0.61 | 0.07 | 51.72 | 0.79 | 0.64 |
| Hex | EC | D8 | 5B | 0 | 8 | 3D | 7 | 34 | 4F | 40 |
| Octal | 354 | 330 | 133 | 0 | 10 | 75 | 7 | 64 | 117 | 100 |
| Binary | 11101100 | 11011000 | 1011011 | 0 | 1000 | 111101 | 111 | 110100 | 1001111 | 1000000 |
Color Harmonies of #ECD85B
Complementary color
Monochromatic Colors of #ECD85B
Black with #ECD85B
Text Example
Text Example
White with #ECD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD85B; }
p { color: rgb(236,216,91); }
H1.HeaderClassName
{
color: #ECD85B;
}
.AnyTagClassName
{
color: #ECD85B;
}
</style>
background-color css
<style>
a { background-color: #ECD85B; }
a { background-color: rgb(236,216,91); }
div.DivClassName
{
background-color: #ECD85B;
}
.BgClassName
{
background-color: #ECD85B;
}
</style>
border-color css
<style>
span { border-color: #ECD85B; }
span { border-color: rgb(236,216,91); }
td.TdClassName
{
border-color: #ECD85B;
}
.TagClassName
{
border-color: #ECD85B;
}
</style>