Shades of Portica #E3CC59
Tints of Portica #E3CC59
RGB
CMYK
RGB Variations
Color information
#E3CC59 (or 0xE3CC59) is known color: Portica. HEX triplet: E3, CC and 59. RGB value is (227,204,89). Sum of RGB (Red+Green+Blue) = 227+204+89=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CC59 is #1C33A6. Grayscale: #C6C6C6. Windows color (decimal): -1848231 or 5885155. OLE color: 5885155.
HSL color Cylindrical-coordinate representation of color #E3CC59: hue angle of 50º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E3CC59 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 89 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.11 |
| HSL | 50º | 0.71% | 0.62% | - |
| HSV(B) | 50º | 0.61% | 0.89% | - |
| XYZ | 55.07 | 60.24 | 18.18 | - |
| YUV | 197.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 89 | 0 | 0.10 | 0.61 | 0.11 | 50 | 0.71 | 0.62 |
| Hex | E3 | CC | 59 | 0 | A | 3D | B | 32 | 47 | 3E |
| Octal | 343 | 314 | 131 | 0 | 12 | 75 | 13 | 62 | 107 | 76 |
| Binary | 11100011 | 11001100 | 1011001 | 0 | 1010 | 111101 | 1011 | 110010 | 1000111 | 111110 |
Color Harmonies of #E3CC59
Complementary color
Monochromatic Colors of #E3CC59
Black with #E3CC59
Text Example
Text Example
White with #E3CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CC59; }
p { color: rgb(227,204,89); }
H1.HeaderClassName
{
color: #E3CC59;
}
.AnyTagClassName
{
color: #E3CC59;
}
</style>
background-color css
<style>
a { background-color: #E3CC59; }
a { background-color: rgb(227,204,89); }
div.DivClassName
{
background-color: #E3CC59;
}
.BgClassName
{
background-color: #E3CC59;
}
</style>
border-color css
<style>
span { border-color: #E3CC59; }
span { border-color: rgb(227,204,89); }
td.TdClassName
{
border-color: #E3CC59;
}
.TagClassName
{
border-color: #E3CC59;
}
</style>