Shades of Portafino #ECE99A
Tints of Portafino #ECE99A
RGB
CMYK
RGB Variations
Color information
#ECE99A (or 0xECE99A) is known color: Portafino. HEX triplet: EC, E9 and 9A. RGB value is (236,233,154). Sum of RGB (Red+Green+Blue) = 236+233+154=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE99A is #131665. Grayscale: #E1E1E1. Windows color (decimal): -1250918 or 10152428. OLE color: 10152428.
HSL color Cylindrical-coordinate representation of color #ECE99A: hue angle of 57.8º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECE99A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 154 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.07 |
| HSL | 57.8º | 0.68% | 0.76% | - |
| HSV(B) | 57.8º | 0.35% | 0.93% | - |
| XYZ | 69.56 | 78.44 | 42.05 | - |
| YUV | 224.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 154 | 0 | 0.01 | 0.35 | 0.07 | 57.8 | 0.68 | 0.76 |
| Hex | EC | E9 | 9A | 0 | 1 | 23 | 7 | 3A | 44 | 4C |
| Octal | 354 | 351 | 232 | 0 | 1 | 43 | 7 | 72 | 104 | 114 |
| Binary | 11101100 | 11101001 | 10011010 | 0 | 1 | 100011 | 111 | 111010 | 1000100 | 1001100 |
Color Harmonies of #ECE99A
Complementary color
Monochromatic Colors of #ECE99A
Black with #ECE99A
Text Example
Text Example
White with #ECE99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE99A; }
p { color: rgb(236,233,154); }
H1.HeaderClassName
{
color: #ECE99A;
}
.AnyTagClassName
{
color: #ECE99A;
}
</style>
background-color css
<style>
a { background-color: #ECE99A; }
a { background-color: rgb(236,233,154); }
div.DivClassName
{
background-color: #ECE99A;
}
.BgClassName
{
background-color: #ECE99A;
}
</style>
border-color css
<style>
span { border-color: #ECE99A; }
span { border-color: rgb(236,233,154); }
td.TdClassName
{
border-color: #ECE99A;
}
.TagClassName
{
border-color: #ECE99A;
}
</style>