Shades of Portafino #EBE69A
Tints of Portafino #EBE69A
RGB
CMYK
RGB Variations
Color information
#EBE69A (or 0xEBE69A) is known color: Portafino. HEX triplet: EB, E6 and 9A. RGB value is (235,230,154). Sum of RGB (Red+Green+Blue) = 235+230+154=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE69A is #141965. Grayscale: #DFDFDF. Windows color (decimal): -1317222 or 10151659. OLE color: 10151659.
HSL color Cylindrical-coordinate representation of color #EBE69A: hue angle of 56.3º degrees, saturation: 0.67, 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 #EBE69A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 154 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.08 |
| HSL | 56.3º | 0.67% | 0.76% | - |
| HSV(B) | 56.3º | 0.34% | 0.92% | - |
| XYZ | 68.39 | 76.59 | 41.75 | - |
| YUV | 222.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 154 | 0 | 0.02 | 0.34 | 0.08 | 56.3 | 0.67 | 0.76 |
| Hex | EB | E6 | 9A | 0 | 2 | 22 | 8 | 38 | 43 | 4C |
| Octal | 353 | 346 | 232 | 0 | 2 | 42 | 10 | 70 | 103 | 114 |
| Binary | 11101011 | 11100110 | 10011010 | 0 | 10 | 100010 | 1000 | 111000 | 1000011 | 1001100 |
Color Harmonies of #EBE69A
Complementary color
Monochromatic Colors of #EBE69A
Black with #EBE69A
Text Example
Text Example
White with #EBE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE69A; }
p { color: rgb(235,230,154); }
H1.HeaderClassName
{
color: #EBE69A;
}
.AnyTagClassName
{
color: #EBE69A;
}
</style>
background-color css
<style>
a { background-color: #EBE69A; }
a { background-color: rgb(235,230,154); }
div.DivClassName
{
background-color: #EBE69A;
}
.BgClassName
{
background-color: #EBE69A;
}
</style>
border-color css
<style>
span { border-color: #EBE69A; }
span { border-color: rgb(235,230,154); }
td.TdClassName
{
border-color: #EBE69A;
}
.TagClassName
{
border-color: #EBE69A;
}
</style>