Shades of Portafino #ECE89A
Tints of Portafino #ECE89A
RGB
CMYK
RGB Variations
Color information
#ECE89A (or 0xECE89A) is known color: Portafino. HEX triplet: EC, E8 and 9A. RGB value is (236,232,154). Sum of RGB (Red+Green+Blue) = 236+232+154=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE89A is #131765. Grayscale: #E0E0E0. Windows color (decimal): -1251174 or 10152172. OLE color: 10152172.
HSL color Cylindrical-coordinate representation of color #ECE89A: hue angle of 57.07º 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 #ECE89A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 154 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.07 |
| HSL | 57.07º | 0.68% | 0.76% | - |
| HSV(B) | 57.07º | 0.35% | 0.93% | - |
| XYZ | 69.28 | 77.88 | 41.95 | - |
| YUV | 224.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 154 | 0 | 0.02 | 0.35 | 0.07 | 57.07 | 0.68 | 0.76 |
| Hex | EC | E8 | 9A | 0 | 2 | 23 | 7 | 39 | 44 | 4C |
| Octal | 354 | 350 | 232 | 0 | 2 | 43 | 7 | 71 | 104 | 114 |
| Binary | 11101100 | 11101000 | 10011010 | 0 | 10 | 100011 | 111 | 111001 | 1000100 | 1001100 |
Color Harmonies of #ECE89A
Complementary color
Monochromatic Colors of #ECE89A
Black with #ECE89A
Text Example
Text Example
White with #ECE89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE89A; }
p { color: rgb(236,232,154); }
H1.HeaderClassName
{
color: #ECE89A;
}
.AnyTagClassName
{
color: #ECE89A;
}
</style>
background-color css
<style>
a { background-color: #ECE89A; }
a { background-color: rgb(236,232,154); }
div.DivClassName
{
background-color: #ECE89A;
}
.BgClassName
{
background-color: #ECE89A;
}
</style>
border-color css
<style>
span { border-color: #ECE89A; }
span { border-color: rgb(236,232,154); }
td.TdClassName
{
border-color: #ECE89A;
}
.TagClassName
{
border-color: #ECE89A;
}
</style>