Shades of Portafino #EAE799
Tints of Portafino #EAE799
RGB
CMYK
RGB Variations
Color information
#EAE799 (or 0xEAE799) is known color: Portafino. HEX triplet: EA, E7 and 99. RGB value is (234,231,153). Sum of RGB (Red+Green+Blue) = 234+231+153=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE799 is #151866. Grayscale: #DFDFDF. Windows color (decimal): -1382503 or 10086378. OLE color: 10086378.
HSL color Cylindrical-coordinate representation of color #EAE799: hue angle of 57.78º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAE799 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 153 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.08 |
| HSL | 57.78º | 0.66% | 0.76% | - |
| HSV(B) | 57.78º | 0.35% | 0.92% | - |
| XYZ | 68.26 | 76.94 | 41.39 | - |
| YUV | 223.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 153 | 0 | 0.01 | 0.35 | 0.08 | 57.78 | 0.66 | 0.76 |
| Hex | EA | E7 | 99 | 0 | 1 | 23 | 8 | 3A | 42 | 4C |
| Octal | 352 | 347 | 231 | 0 | 1 | 43 | 10 | 72 | 102 | 114 |
| Binary | 11101010 | 11100111 | 10011001 | 0 | 1 | 100011 | 1000 | 111010 | 1000010 | 1001100 |
Color Harmonies of #EAE799
Complementary color
Monochromatic Colors of #EAE799
Black with #EAE799
Text Example
Text Example
White with #EAE799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE799; }
p { color: rgb(234,231,153); }
H1.HeaderClassName
{
color: #EAE799;
}
.AnyTagClassName
{
color: #EAE799;
}
</style>
background-color css
<style>
a { background-color: #EAE799; }
a { background-color: rgb(234,231,153); }
div.DivClassName
{
background-color: #EAE799;
}
.BgClassName
{
background-color: #EAE799;
}
</style>
border-color css
<style>
span { border-color: #EAE799; }
span { border-color: rgb(234,231,153); }
td.TdClassName
{
border-color: #EAE799;
}
.TagClassName
{
border-color: #EAE799;
}
</style>