Shades of Portafino #EEED9A
Tints of Portafino #EEED9A
RGB
CMYK
RGB Variations
Color information
#EEED9A (or 0xEEED9A) is known color: Portafino. HEX triplet: EE, ED and 9A. RGB value is (238,237,154). Sum of RGB (Red+Green+Blue) = 238+237+154=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED9A is #111265. Grayscale: #E4E4E4. Windows color (decimal): -1118822 or 10153454. OLE color: 10153454.
HSL color Cylindrical-coordinate representation of color #EEED9A: hue angle of 59.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEED9A is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 154 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.07 |
| HSL | 59.29º | 0.71% | 0.77% | - |
| HSV(B) | 59.29º | 0.35% | 0.93% | - |
| XYZ | 71.38 | 81.08 | 42.46 | - |
| YUV | 227.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 154 | 0 | 0.00 | 0.35 | 0.07 | 59.29 | 0.71 | 0.77 |
| Hex | EE | ED | 9A | 0 | 0 | 23 | 7 | 3B | 47 | 4D |
| Octal | 356 | 355 | 232 | 0 | 0 | 43 | 7 | 73 | 107 | 115 |
| Binary | 11101110 | 11101101 | 10011010 | 0 | 0 | 100011 | 111 | 111011 | 1000111 | 1001101 |
Color Harmonies of #EEED9A
Complementary color
Monochromatic Colors of #EEED9A
Black with #EEED9A
Text Example
Text Example
White with #EEED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED9A; }
p { color: rgb(238,237,154); }
H1.HeaderClassName
{
color: #EEED9A;
}
.AnyTagClassName
{
color: #EEED9A;
}
</style>
background-color css
<style>
a { background-color: #EEED9A; }
a { background-color: rgb(238,237,154); }
div.DivClassName
{
background-color: #EEED9A;
}
.BgClassName
{
background-color: #EEED9A;
}
</style>
border-color css
<style>
span { border-color: #EEED9A; }
span { border-color: rgb(238,237,154); }
td.TdClassName
{
border-color: #EEED9A;
}
.TagClassName
{
border-color: #EEED9A;
}
</style>