Shades of Portafino #EEEC9D
Tints of Portafino #EEEC9D
RGB
CMYK
RGB Variations
Color information
#EEEC9D (or 0xEEEC9D) is known color: Portafino. HEX triplet: EE, EC and 9D. RGB value is (238,236,157). Sum of RGB (Red+Green+Blue) = 238+236+157=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEC9D is #111362. Grayscale: #E3E3E3. Windows color (decimal): -1119075 or 10349806. OLE color: 10349806.
HSL color Cylindrical-coordinate representation of color #EEEC9D: hue angle of 58.52º degrees, saturation: 0.7, 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 #EEEC9D is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 236 | 157 | - |
CMYK | 0 | 0.01 | 0.34 | 0.07 |
HSL | 58.52º | 0.7% | 0.77% | - |
HSV(B) | 58.52º | 0.34% | 0.93% | - |
XYZ | 71.34 | 80.6 | 43.7 | - |
YUV | 227.59 | 88.16 | 135.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 157 | 0 | 0.01 | 0.34 | 0.07 | 58.52 | 0.7 | 0.77 |
Hex | EE | EC | 9D | 0 | 1 | 22 | 7 | 3B | 46 | 4D |
Octal | 356 | 354 | 235 | 0 | 1 | 42 | 7 | 73 | 106 | 115 |
Binary | 11101110 | 11101100 | 10011101 | 0 | 1 | 100010 | 111 | 111011 | 1000110 | 1001101 |
Color Harmonies of #EEEC9D
Complementary color
Monochromatic Colors of #EEEC9D
Black with #EEEC9D
Text Example
Text Example
White with #EEEC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC9D; }
p { color: rgb(238,236,157); }
H1.HeaderClassName
{
color: #EEEC9D;
}
.AnyTagClassName
{
color: #EEEC9D;
}
</style>
background-color css
<style>
a { background-color: #EEEC9D; }
a { background-color: rgb(238,236,157); }
div.DivClassName
{
background-color: #EEEC9D;
}
.BgClassName
{
background-color: #EEEC9D;
}
</style>
border-color css
<style>
span { border-color: #EEEC9D; }
span { border-color: rgb(238,236,157); }
td.TdClassName
{
border-color: #EEEC9D;
}
.TagClassName
{
border-color: #EEEC9D;
}
</style>