Shades of Portica #ECDA4B
Tints of Portica #ECDA4B
RGB
CMYK
RGB Variations
Color information
#ECDA4B (or 0xECDA4B) is known color: Portica. HEX triplet: EC, DA and 4B. RGB value is (236,218,75). Sum of RGB (Red+Green+Blue) = 236+218+75=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA4B is #1325B4. Grayscale: #CFCFCF. Windows color (decimal): -1254837 or 4971244. OLE color: 4971244.
HSL color Cylindrical-coordinate representation of color #ECDA4B: hue angle of 53.29º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECDA4B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 75 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 53.29º | 0.81% | 0.61% | - |
| HSV(B) | 53.29º | 0.68% | 0.93% | - |
| XYZ | 60.93 | 68.48 | 16.66 | - |
| YUV | 207.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 75 | 0 | 0.08 | 0.68 | 0.07 | 53.29 | 0.81 | 0.61 |
| Hex | EC | DA | 4B | 0 | 8 | 44 | 7 | 35 | 51 | 3D |
| Octal | 354 | 332 | 113 | 0 | 10 | 104 | 7 | 65 | 121 | 75 |
| Binary | 11101100 | 11011010 | 1001011 | 0 | 1000 | 1000100 | 111 | 110101 | 1010001 | 111101 |
Color Harmonies of #ECDA4B
Complementary color
Monochromatic Colors of #ECDA4B
Black with #ECDA4B
Text Example
Text Example
White with #ECDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA4B; }
p { color: rgb(236,218,75); }
H1.HeaderClassName
{
color: #ECDA4B;
}
.AnyTagClassName
{
color: #ECDA4B;
}
</style>
background-color css
<style>
a { background-color: #ECDA4B; }
a { background-color: rgb(236,218,75); }
div.DivClassName
{
background-color: #ECDA4B;
}
.BgClassName
{
background-color: #ECDA4B;
}
</style>
border-color css
<style>
span { border-color: #ECDA4B; }
span { border-color: rgb(236,218,75); }
td.TdClassName
{
border-color: #ECDA4B;
}
.TagClassName
{
border-color: #ECDA4B;
}
</style>