Shades of Portica #EACC59
Tints of Portica #EACC59
RGB
CMYK
RGB Variations
Color information
#EACC59 (or 0xEACC59) is known color: Portica. HEX triplet: EA, CC and 59. RGB value is (234,204,89). Sum of RGB (Red+Green+Blue) = 234+204+89=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC59 is #1533A6. Grayscale: #C8C8C8. Windows color (decimal): -1389479 or 5885162. OLE color: 5885162.
HSL color Cylindrical-coordinate representation of color #EACC59: hue angle of 47.59º 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 #EACC59 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 89 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.08 |
| HSL | 47.59º | 0.78% | 0.63% | - |
| HSV(B) | 47.59º | 0.62% | 0.92% | - |
| XYZ | 57.33 | 61.4 | 18.28 | - |
| YUV | 199.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 89 | 0 | 0.13 | 0.62 | 0.08 | 47.59 | 0.78 | 0.63 |
| Hex | EA | CC | 59 | 0 | D | 3E | 8 | 30 | 4E | 3F |
| Octal | 352 | 314 | 131 | 0 | 15 | 76 | 10 | 60 | 116 | 77 |
| Binary | 11101010 | 11001100 | 1011001 | 0 | 1101 | 111110 | 1000 | 110000 | 1001110 | 111111 |
Color Harmonies of #EACC59
Complementary color
Monochromatic Colors of #EACC59
Black with #EACC59
Text Example
Text Example
White with #EACC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC59; }
p { color: rgb(234,204,89); }
H1.HeaderClassName
{
color: #EACC59;
}
.AnyTagClassName
{
color: #EACC59;
}
</style>
background-color css
<style>
a { background-color: #EACC59; }
a { background-color: rgb(234,204,89); }
div.DivClassName
{
background-color: #EACC59;
}
.BgClassName
{
background-color: #EACC59;
}
</style>
border-color css
<style>
span { border-color: #EACC59; }
span { border-color: rgb(234,204,89); }
td.TdClassName
{
border-color: #EACC59;
}
.TagClassName
{
border-color: #EACC59;
}
</style>