Shades of Portafino #EAE99D
Tints of Portafino #EAE99D
RGB
CMYK
RGB Variations
Color information
#EAE99D (or 0xEAE99D) is known color: Portafino. HEX triplet: EA, E9 and 9D. RGB value is (234,233,157). Sum of RGB (Red+Green+Blue) = 234+233+157=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE99D is #151662. Grayscale: #E0E0E0. Windows color (decimal): -1381987 or 10349034. OLE color: 10349034.
HSL color Cylindrical-coordinate representation of color #EAE99D: hue angle of 59.22º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAE99D is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 157 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.08 |
| HSL | 59.22º | 0.65% | 0.77% | - |
| HSV(B) | 59.22º | 0.33% | 0.92% | - |
| XYZ | 69.16 | 78.2 | 43.35 | - |
| YUV | 224.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 157 | 0 | 0.00 | 0.33 | 0.08 | 59.22 | 0.65 | 0.77 |
| Hex | EA | E9 | 9D | 0 | 0 | 21 | 8 | 3B | 41 | 4D |
| Octal | 352 | 351 | 235 | 0 | 0 | 41 | 10 | 73 | 101 | 115 |
| Binary | 11101010 | 11101001 | 10011101 | 0 | 0 | 100001 | 1000 | 111011 | 1000001 | 1001101 |
Color Harmonies of #EAE99D
Complementary color
Monochromatic Colors of #EAE99D
Black with #EAE99D
Text Example
Text Example
White with #EAE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE99D; }
p { color: rgb(234,233,157); }
H1.HeaderClassName
{
color: #EAE99D;
}
.AnyTagClassName
{
color: #EAE99D;
}
</style>
background-color css
<style>
a { background-color: #EAE99D; }
a { background-color: rgb(234,233,157); }
div.DivClassName
{
background-color: #EAE99D;
}
.BgClassName
{
background-color: #EAE99D;
}
</style>
border-color css
<style>
span { border-color: #EAE99D; }
span { border-color: rgb(234,233,157); }
td.TdClassName
{
border-color: #EAE99D;
}
.TagClassName
{
border-color: #EAE99D;
}
</style>