Shades of Portafino #ECE99E
Tints of Portafino #ECE99E
RGB
CMYK
RGB Variations
Color information
#ECE99E (or 0xECE99E) is known color: Portafino. HEX triplet: EC, E9 and 9E. RGB value is (236,233,158). Sum of RGB (Red+Green+Blue) = 236+233+158=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE99E is #131661. Grayscale: #E1E1E1. Windows color (decimal): -1250914 or 10414572. OLE color: 10414572.
HSL color Cylindrical-coordinate representation of color #ECE99E: hue angle of 57.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECE99E is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 158 | - |
CMYK | 0 | 0.01 | 0.33 | 0.07 |
HSL | 57.69º | 0.67% | 0.77% | - |
HSV(B) | 57.69º | 0.33% | 0.93% | - |
XYZ | 69.9 | 78.58 | 43.83 | - |
YUV | 225.35 | 89.99 | 135.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 158 | 0 | 0.01 | 0.33 | 0.07 | 57.69 | 0.67 | 0.77 |
Hex | EC | E9 | 9E | 0 | 1 | 21 | 7 | 3A | 43 | 4D |
Octal | 354 | 351 | 236 | 0 | 1 | 41 | 7 | 72 | 103 | 115 |
Binary | 11101100 | 11101001 | 10011110 | 0 | 1 | 100001 | 111 | 111010 | 1000011 | 1001101 |
Color Harmonies of #ECE99E
Complementary color
Monochromatic Colors of #ECE99E
Black with #ECE99E
Text Example
Text Example
White with #ECE99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE99E; }
p { color: rgb(236,233,158); }
H1.HeaderClassName
{
color: #ECE99E;
}
.AnyTagClassName
{
color: #ECE99E;
}
</style>
background-color css
<style>
a { background-color: #ECE99E; }
a { background-color: rgb(236,233,158); }
div.DivClassName
{
background-color: #ECE99E;
}
.BgClassName
{
background-color: #ECE99E;
}
</style>
border-color css
<style>
span { border-color: #ECE99E; }
span { border-color: rgb(236,233,158); }
td.TdClassName
{
border-color: #ECE99E;
}
.TagClassName
{
border-color: #ECE99E;
}
</style>