Shades of Portafino #EAEB9C
Tints of Portafino #EAEB9C
RGB
CMYK
RGB Variations
Color information
#EAEB9C (or 0xEAEB9C) is known color: Portafino. HEX triplet: EA, EB and 9C. RGB value is (234,235,156). Sum of RGB (Red+Green+Blue) = 234+235+156=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEB9C is #151463. Grayscale: #E2E2E2. Windows color (decimal): -1381476 or 10284010. OLE color: 10284010.
HSL color Cylindrical-coordinate representation of color #EAEB9C: hue angle of 60.76º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAEB9C is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 156 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.08 |
| HSL | 60.76º | 0.66% | 0.77% | - |
| HSV(B) | 60.76º | 0.34% | 0.92% | - |
| XYZ | 69.64 | 79.31 | 43.09 | - |
| YUV | 225.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 156 | 0.00 | 0 | 0.34 | 0.08 | 60.76 | 0.66 | 0.77 |
| Hex | EA | EB | 9C | 0 | 0 | 22 | 8 | 3D | 42 | 4D |
| Octal | 352 | 353 | 234 | 0 | 0 | 42 | 10 | 75 | 102 | 115 |
| Binary | 11101010 | 11101011 | 10011100 | 0 | 0 | 100010 | 1000 | 111101 | 1000010 | 1001101 |
Color Harmonies of #EAEB9C
Complementary color
Monochromatic Colors of #EAEB9C
Black with #EAEB9C
Text Example
Text Example
White with #EAEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB9C; }
p { color: rgb(234,235,156); }
H1.HeaderClassName
{
color: #EAEB9C;
}
.AnyTagClassName
{
color: #EAEB9C;
}
</style>
background-color css
<style>
a { background-color: #EAEB9C; }
a { background-color: rgb(234,235,156); }
div.DivClassName
{
background-color: #EAEB9C;
}
.BgClassName
{
background-color: #EAEB9C;
}
</style>
border-color css
<style>
span { border-color: #EAEB9C; }
span { border-color: rgb(234,235,156); }
td.TdClassName
{
border-color: #EAEB9C;
}
.TagClassName
{
border-color: #EAEB9C;
}
</style>