Shades of Portica #ECD84B
Tints of Portica #ECD84B
RGB
CMYK
RGB Variations
Color information
#ECD84B (or 0xECD84B) is known color: Portica. HEX triplet: EC, D8 and 4B. RGB value is (236,216,75). Sum of RGB (Red+Green+Blue) = 236+216+75=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD84B is #1327B4. Grayscale: #CECECE. Windows color (decimal): -1255349 or 4970732. OLE color: 4970732.
HSL color Cylindrical-coordinate representation of color #ECD84B: hue angle of 52.55º 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 #ECD84B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 75 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 52.55º | 0.81% | 0.61% | - |
| HSV(B) | 52.55º | 0.68% | 0.93% | - |
| XYZ | 60.42 | 67.45 | 16.49 | - |
| YUV | 205.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 75 | 0 | 0.08 | 0.68 | 0.07 | 52.55 | 0.81 | 0.61 |
| Hex | EC | D8 | 4B | 0 | 8 | 44 | 7 | 35 | 51 | 3D |
| Octal | 354 | 330 | 113 | 0 | 10 | 104 | 7 | 65 | 121 | 75 |
| Binary | 11101100 | 11011000 | 1001011 | 0 | 1000 | 1000100 | 111 | 110101 | 1010001 | 111101 |
Color Harmonies of #ECD84B
Complementary color
Monochromatic Colors of #ECD84B
Black with #ECD84B
Text Example
Text Example
White with #ECD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD84B; }
p { color: rgb(236,216,75); }
H1.HeaderClassName
{
color: #ECD84B;
}
.AnyTagClassName
{
color: #ECD84B;
}
</style>
background-color css
<style>
a { background-color: #ECD84B; }
a { background-color: rgb(236,216,75); }
div.DivClassName
{
background-color: #ECD84B;
}
.BgClassName
{
background-color: #ECD84B;
}
</style>
border-color css
<style>
span { border-color: #ECD84B; }
span { border-color: rgb(236,216,75); }
td.TdClassName
{
border-color: #ECD84B;
}
.TagClassName
{
border-color: #ECD84B;
}
</style>