Shades of Portafino #ECEC9A
Tints of Portafino #ECEC9A
RGB
CMYK
RGB Variations
Color information
#ECEC9A (or 0xECEC9A) is known color: Portafino. HEX triplet: EC, EC and 9A. RGB value is (236,236,154). Sum of RGB (Red+Green+Blue) = 236+236+154=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC9A is #131365. Grayscale: #E2E2E2. Windows color (decimal): -1250150 or 10153196. OLE color: 10153196.
HSL color Cylindrical-coordinate representation of color #ECEC9A: hue angle of 60º 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 #ECEC9A is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 154 | - |
CMYK | 0 | 0 | 0.35 | 0.07 |
HSL | 60º | 0.68% | 0.76% | - |
HSV(B) | 60º | 0.35% | 0.93% | - |
XYZ | 70.42 | 80.16 | 42.33 | - |
YUV | 226.65 | 87 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 154 | 0 | 0 | 0.35 | 0.07 | 60 | 0.68 | 0.76 |
Hex | EC | EC | 9A | 0 | 0 | 23 | 7 | 3C | 44 | 4C |
Octal | 354 | 354 | 232 | 0 | 0 | 43 | 7 | 74 | 104 | 114 |
Binary | 11101100 | 11101100 | 10011010 | 0 | 0 | 100011 | 111 | 111100 | 1000100 | 1001100 |
Color Harmonies of #ECEC9A
Complementary color
Monochromatic Colors of #ECEC9A
Black with #ECEC9A
Text Example
Text Example
White with #ECEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC9A; }
p { color: rgb(236,236,154); }
H1.HeaderClassName
{
color: #ECEC9A;
}
.AnyTagClassName
{
color: #ECEC9A;
}
</style>
background-color css
<style>
a { background-color: #ECEC9A; }
a { background-color: rgb(236,236,154); }
div.DivClassName
{
background-color: #ECEC9A;
}
.BgClassName
{
background-color: #ECEC9A;
}
</style>
border-color css
<style>
span { border-color: #ECEC9A; }
span { border-color: rgb(236,236,154); }
td.TdClassName
{
border-color: #ECEC9A;
}
.TagClassName
{
border-color: #ECEC9A;
}
</style>