Shades of Portafino #E9E69B
Tints of Portafino #E9E69B
RGB
CMYK
RGB Variations
Color information
#E9E69B (or 0xE9E69B) is known color: Portafino. HEX triplet: E9, E6 and 9B. RGB value is (233,230,155). Sum of RGB (Red+Green+Blue) = 233+230+155=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9E69B is #161964. Grayscale: #DEDEDE. Windows color (decimal): -1448293 or 10217193. OLE color: 10217193.
HSL color Cylindrical-coordinate representation of color #E9E69B: hue angle of 57.69º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9E69B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 230 | 155 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.09 |
| HSL | 57.69º | 0.64% | 0.76% | - |
| HSV(B) | 57.69º | 0.33% | 0.91% | - |
| XYZ | 67.82 | 76.28 | 42.16 | - |
| YUV | 222.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 155 | 0 | 0.01 | 0.33 | 0.09 | 57.69 | 0.64 | 0.76 |
| Hex | E9 | E6 | 9B | 0 | 1 | 21 | 9 | 3A | 40 | 4C |
| Octal | 351 | 346 | 233 | 0 | 1 | 41 | 11 | 72 | 100 | 114 |
| Binary | 11101001 | 11100110 | 10011011 | 0 | 1 | 100001 | 1001 | 111010 | 1000000 | 1001100 |
Color Harmonies of #E9E69B
Complementary color
Monochromatic Colors of #E9E69B
Black with #E9E69B
Text Example
Text Example
White with #E9E69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E69B; }
p { color: rgb(233,230,155); }
H1.HeaderClassName
{
color: #E9E69B;
}
.AnyTagClassName
{
color: #E9E69B;
}
</style>
background-color css
<style>
a { background-color: #E9E69B; }
a { background-color: rgb(233,230,155); }
div.DivClassName
{
background-color: #E9E69B;
}
.BgClassName
{
background-color: #E9E69B;
}
</style>
border-color css
<style>
span { border-color: #E9E69B; }
span { border-color: rgb(233,230,155); }
td.TdClassName
{
border-color: #E9E69B;
}
.TagClassName
{
border-color: #E9E69B;
}
</style>