Shades of Portafino #EAE59B
Tints of Portafino #EAE59B
RGB
CMYK
RGB Variations
Color information
#EAE59B (or 0xEAE59B) is known color: Portafino. HEX triplet: EA, E5 and 9B. RGB value is (234,229,155). Sum of RGB (Red+Green+Blue) = 234+229+155=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE59B is #151A64. Grayscale: #DEDEDE. Windows color (decimal): -1383013 or 10216938. OLE color: 10216938.
HSL color Cylindrical-coordinate representation of color #EAE59B: hue angle of 56.2º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAE59B is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 155 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.08 |
| HSL | 56.2º | 0.65% | 0.76% | - |
| HSV(B) | 56.2º | 0.34% | 0.92% | - |
| XYZ | 67.87 | 75.9 | 42.08 | - |
| YUV | 222.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 155 | 0 | 0.02 | 0.34 | 0.08 | 56.2 | 0.65 | 0.76 |
| Hex | EA | E5 | 9B | 0 | 2 | 22 | 8 | 38 | 41 | 4C |
| Octal | 352 | 345 | 233 | 0 | 2 | 42 | 10 | 70 | 101 | 114 |
| Binary | 11101010 | 11100101 | 10011011 | 0 | 10 | 100010 | 1000 | 111000 | 1000001 | 1001100 |
Color Harmonies of #EAE59B
Complementary color
Monochromatic Colors of #EAE59B
Black with #EAE59B
Text Example
Text Example
White with #EAE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE59B; }
p { color: rgb(234,229,155); }
H1.HeaderClassName
{
color: #EAE59B;
}
.AnyTagClassName
{
color: #EAE59B;
}
</style>
background-color css
<style>
a { background-color: #EAE59B; }
a { background-color: rgb(234,229,155); }
div.DivClassName
{
background-color: #EAE59B;
}
.BgClassName
{
background-color: #EAE59B;
}
</style>
border-color css
<style>
span { border-color: #EAE59B; }
span { border-color: rgb(234,229,155); }
td.TdClassName
{
border-color: #EAE59B;
}
.TagClassName
{
border-color: #EAE59B;
}
</style>