Shades of Portica #ECD65B
Tints of Portica #ECD65B
RGB
CMYK
RGB Variations
Color information
#ECD65B (or 0xECD65B) is known color: Portica. HEX triplet: EC, D6 and 5B. RGB value is (236,214,91). Sum of RGB (Red+Green+Blue) = 236+214+91=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD65B is #1329A4. Grayscale: #CFCFCF. Windows color (decimal): -1255845 or 6018796. OLE color: 6018796.
HSL color Cylindrical-coordinate representation of color #ECD65B: hue angle of 50.9º 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 #ECD65B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 91 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.07 |
| HSL | 50.9º | 0.79% | 0.64% | - |
| HSV(B) | 50.9º | 0.61% | 0.93% | - |
| XYZ | 60.53 | 66.68 | 19.58 | - |
| YUV | 206.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 91 | 0 | 0.09 | 0.61 | 0.07 | 50.9 | 0.79 | 0.64 |
| Hex | EC | D6 | 5B | 0 | 9 | 3D | 7 | 33 | 4F | 40 |
| Octal | 354 | 326 | 133 | 0 | 11 | 75 | 7 | 63 | 117 | 100 |
| Binary | 11101100 | 11010110 | 1011011 | 0 | 1001 | 111101 | 111 | 110011 | 1001111 | 1000000 |
Color Harmonies of #ECD65B
Complementary color
Monochromatic Colors of #ECD65B
Black with #ECD65B
Text Example
Text Example
White with #ECD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD65B; }
p { color: rgb(236,214,91); }
H1.HeaderClassName
{
color: #ECD65B;
}
.AnyTagClassName
{
color: #ECD65B;
}
</style>
background-color css
<style>
a { background-color: #ECD65B; }
a { background-color: rgb(236,214,91); }
div.DivClassName
{
background-color: #ECD65B;
}
.BgClassName
{
background-color: #ECD65B;
}
</style>
border-color css
<style>
span { border-color: #ECD65B; }
span { border-color: rgb(236,214,91); }
td.TdClassName
{
border-color: #ECD65B;
}
.TagClassName
{
border-color: #ECD65B;
}
</style>