Shades of Portafino #EEE99A
Tints of Portafino #EEE99A
RGB
CMYK
RGB Variations
Color information
#EEE99A (or 0xEEE99A) is known color: Portafino. HEX triplet: EE, E9 and 9A. RGB value is (238,233,154). Sum of RGB (Red+Green+Blue) = 238+233+154=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE99A is #111665. Grayscale: #E1E1E1. Windows color (decimal): -1119846 or 10152430. OLE color: 10152430.
HSL color Cylindrical-coordinate representation of color #EEE99A: hue angle of 56.43º 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 #EEE99A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 154 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.07 |
| HSL | 56.43º | 0.71% | 0.77% | - |
| HSV(B) | 56.43º | 0.35% | 0.93% | - |
| XYZ | 70.23 | 78.79 | 42.08 | - |
| YUV | 225.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 154 | 0 | 0.02 | 0.35 | 0.07 | 56.43 | 0.71 | 0.77 |
| Hex | EE | E9 | 9A | 0 | 2 | 23 | 7 | 38 | 47 | 4D |
| Octal | 356 | 351 | 232 | 0 | 2 | 43 | 7 | 70 | 107 | 115 |
| Binary | 11101110 | 11101001 | 10011010 | 0 | 10 | 100011 | 111 | 111000 | 1000111 | 1001101 |
Color Harmonies of #EEE99A
Complementary color
Monochromatic Colors of #EEE99A
Black with #EEE99A
Text Example
Text Example
White with #EEE99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE99A; }
p { color: rgb(238,233,154); }
H1.HeaderClassName
{
color: #EEE99A;
}
.AnyTagClassName
{
color: #EEE99A;
}
</style>
background-color css
<style>
a { background-color: #EEE99A; }
a { background-color: rgb(238,233,154); }
div.DivClassName
{
background-color: #EEE99A;
}
.BgClassName
{
background-color: #EEE99A;
}
</style>
border-color css
<style>
span { border-color: #EEE99A; }
span { border-color: rgb(238,233,154); }
td.TdClassName
{
border-color: #EEE99A;
}
.TagClassName
{
border-color: #EEE99A;
}
</style>