Shades of Portafino #ECE99B
Tints of Portafino #ECE99B
RGB
CMYK
RGB Variations
Color information
#ECE99B (or 0xECE99B) is known color: Portafino. HEX triplet: EC, E9 and 9B. RGB value is (236,233,155). Sum of RGB (Red+Green+Blue) = 236+233+155=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE99B is #131664. Grayscale: #E1E1E1. Windows color (decimal): -1250917 or 10217964. OLE color: 10217964.
HSL color Cylindrical-coordinate representation of color #ECE99B: hue angle of 57.78º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECE99B is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 155 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.07 |
| HSL | 57.78º | 0.68% | 0.77% | - |
| HSV(B) | 57.78º | 0.34% | 0.93% | - |
| XYZ | 69.65 | 78.48 | 42.49 | - |
| YUV | 225.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 155 | 0 | 0.01 | 0.34 | 0.07 | 57.78 | 0.68 | 0.77 |
| Hex | EC | E9 | 9B | 0 | 1 | 22 | 7 | 3A | 44 | 4D |
| Octal | 354 | 351 | 233 | 0 | 1 | 42 | 7 | 72 | 104 | 115 |
| Binary | 11101100 | 11101001 | 10011011 | 0 | 1 | 100010 | 111 | 111010 | 1000100 | 1001101 |
Color Harmonies of #ECE99B
Complementary color
Monochromatic Colors of #ECE99B
Black with #ECE99B
Text Example
Text Example
White with #ECE99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE99B; }
p { color: rgb(236,233,155); }
H1.HeaderClassName
{
color: #ECE99B;
}
.AnyTagClassName
{
color: #ECE99B;
}
</style>
background-color css
<style>
a { background-color: #ECE99B; }
a { background-color: rgb(236,233,155); }
div.DivClassName
{
background-color: #ECE99B;
}
.BgClassName
{
background-color: #ECE99B;
}
</style>
border-color css
<style>
span { border-color: #ECE99B; }
span { border-color: rgb(236,233,155); }
td.TdClassName
{
border-color: #ECE99B;
}
.TagClassName
{
border-color: #ECE99B;
}
</style>