Shades of Portica #E7CB59
Tints of Portica #E7CB59
RGB
CMYK
RGB Variations
Color information
#E7CB59 (or 0xE7CB59) is known color: Portica. HEX triplet: E7, CB and 59. RGB value is (231,203,89). Sum of RGB (Red+Green+Blue) = 231+203+89=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB59 is #1834A6. Grayscale: #C6C6C6. Windows color (decimal): -1586343 or 5884903. OLE color: 5884903.
HSL color Cylindrical-coordinate representation of color #E7CB59: hue angle of 48.17º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7CB59 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 89 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.09 |
| HSL | 48.17º | 0.75% | 0.63% | - |
| HSV(B) | 48.17º | 0.61% | 0.91% | - |
| XYZ | 56.11 | 60.42 | 18.16 | - |
| YUV | 198.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 89 | 0 | 0.12 | 0.61 | 0.09 | 48.17 | 0.75 | 0.63 |
| Hex | E7 | CB | 59 | 0 | C | 3D | 9 | 30 | 4B | 3F |
| Octal | 347 | 313 | 131 | 0 | 14 | 75 | 11 | 60 | 113 | 77 |
| Binary | 11100111 | 11001011 | 1011001 | 0 | 1100 | 111101 | 1001 | 110000 | 1001011 | 111111 |
Color Harmonies of #E7CB59
Complementary color
Monochromatic Colors of #E7CB59
Black with #E7CB59
Text Example
Text Example
White with #E7CB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB59; }
p { color: rgb(231,203,89); }
H1.HeaderClassName
{
color: #E7CB59;
}
.AnyTagClassName
{
color: #E7CB59;
}
</style>
background-color css
<style>
a { background-color: #E7CB59; }
a { background-color: rgb(231,203,89); }
div.DivClassName
{
background-color: #E7CB59;
}
.BgClassName
{
background-color: #E7CB59;
}
</style>
border-color css
<style>
span { border-color: #E7CB59; }
span { border-color: rgb(231,203,89); }
td.TdClassName
{
border-color: #E7CB59;
}
.TagClassName
{
border-color: #E7CB59;
}
</style>