Shades of Portica #EBCA59
Tints of Portica #EBCA59
RGB
CMYK
RGB Variations
Color information
#EBCA59 (or 0xEBCA59) is known color: Portica. HEX triplet: EB, CA and 59. RGB value is (235,202,89). Sum of RGB (Red+Green+Blue) = 235+202+89=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCA59 is #1435A6. Grayscale: #C7C7C7. Windows color (decimal): -1324455 or 5884651. OLE color: 5884651.
HSL color Cylindrical-coordinate representation of color #EBCA59: hue angle of 46.44º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBCA59 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 89 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.08 |
| HSL | 46.44º | 0.78% | 0.64% | - |
| HSV(B) | 46.44º | 0.62% | 0.92% | - |
| XYZ | 57.18 | 60.62 | 18.14 | - |
| YUV | 198.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 89 | 0 | 0.14 | 0.62 | 0.08 | 46.44 | 0.78 | 0.64 |
| Hex | EB | CA | 59 | 0 | E | 3E | 8 | 2E | 4E | 40 |
| Octal | 353 | 312 | 131 | 0 | 16 | 76 | 10 | 56 | 116 | 100 |
| Binary | 11101011 | 11001010 | 1011001 | 0 | 1110 | 111110 | 1000 | 101110 | 1001110 | 1000000 |
Color Harmonies of #EBCA59
Complementary color
Monochromatic Colors of #EBCA59
Black with #EBCA59
Text Example
Text Example
White with #EBCA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCA59; }
p { color: rgb(235,202,89); }
H1.HeaderClassName
{
color: #EBCA59;
}
.AnyTagClassName
{
color: #EBCA59;
}
</style>
background-color css
<style>
a { background-color: #EBCA59; }
a { background-color: rgb(235,202,89); }
div.DivClassName
{
background-color: #EBCA59;
}
.BgClassName
{
background-color: #EBCA59;
}
</style>
border-color css
<style>
span { border-color: #EBCA59; }
span { border-color: rgb(235,202,89); }
td.TdClassName
{
border-color: #EBCA59;
}
.TagClassName
{
border-color: #EBCA59;
}
</style>