Shades of Portica #EACB59
Tints of Portica #EACB59
RGB
CMYK
RGB Variations
Color information
#EACB59 (or 0xEACB59) is known color: Portica. HEX triplet: EA, CB and 59. RGB value is (234,203,89). Sum of RGB (Red+Green+Blue) = 234+203+89=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB59 is #1534A6. Grayscale: #C7C7C7. Windows color (decimal): -1389735 or 5884906. OLE color: 5884906.
HSL color Cylindrical-coordinate representation of color #EACB59: hue angle of 47.17º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EACB59 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 89 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.08 |
| HSL | 47.17º | 0.78% | 0.63% | - |
| HSV(B) | 47.17º | 0.62% | 0.92% | - |
| XYZ | 57.09 | 60.93 | 18.2 | - |
| YUV | 199.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 89 | 0 | 0.13 | 0.62 | 0.08 | 47.17 | 0.78 | 0.63 |
| Hex | EA | CB | 59 | 0 | D | 3E | 8 | 2F | 4E | 3F |
| Octal | 352 | 313 | 131 | 0 | 15 | 76 | 10 | 57 | 116 | 77 |
| Binary | 11101010 | 11001011 | 1011001 | 0 | 1101 | 111110 | 1000 | 101111 | 1001110 | 111111 |
Color Harmonies of #EACB59
Complementary color
Monochromatic Colors of #EACB59
Black with #EACB59
Text Example
Text Example
White with #EACB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB59; }
p { color: rgb(234,203,89); }
H1.HeaderClassName
{
color: #EACB59;
}
.AnyTagClassName
{
color: #EACB59;
}
</style>
background-color css
<style>
a { background-color: #EACB59; }
a { background-color: rgb(234,203,89); }
div.DivClassName
{
background-color: #EACB59;
}
.BgClassName
{
background-color: #EACB59;
}
</style>
border-color css
<style>
span { border-color: #EACB59; }
span { border-color: rgb(234,203,89); }
td.TdClassName
{
border-color: #EACB59;
}
.TagClassName
{
border-color: #EACB59;
}
</style>