Shades of Portica #EACC57
Tints of Portica #EACC57
RGB
CMYK
RGB Variations
Color information
#EACC57 (or 0xEACC57) is known color: Portica. HEX triplet: EA, CC and 57. RGB value is (234,204,87). Sum of RGB (Red+Green+Blue) = 234+204+87=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC57 is #1533A8. Grayscale: #C8C8C8. Windows color (decimal): -1389481 or 5754090. OLE color: 5754090.
HSL color Cylindrical-coordinate representation of color #EACC57: hue angle of 47.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EACC57 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 87 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.08 |
| HSL | 47.76º | 0.78% | 0.63% | - |
| HSV(B) | 47.76º | 0.63% | 0.92% | - |
| XYZ | 57.24 | 61.37 | 17.84 | - |
| YUV | 199.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 87 | 0 | 0.13 | 0.63 | 0.08 | 47.76 | 0.78 | 0.63 |
| Hex | EA | CC | 57 | 0 | D | 3F | 8 | 30 | 4E | 3F |
| Octal | 352 | 314 | 127 | 0 | 15 | 77 | 10 | 60 | 116 | 77 |
| Binary | 11101010 | 11001100 | 1010111 | 0 | 1101 | 111111 | 1000 | 110000 | 1001110 | 111111 |
Color Harmonies of #EACC57
Complementary color
Monochromatic Colors of #EACC57
Black with #EACC57
Text Example
Text Example
White with #EACC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC57; }
p { color: rgb(234,204,87); }
H1.HeaderClassName
{
color: #EACC57;
}
.AnyTagClassName
{
color: #EACC57;
}
</style>
background-color css
<style>
a { background-color: #EACC57; }
a { background-color: rgb(234,204,87); }
div.DivClassName
{
background-color: #EACC57;
}
.BgClassName
{
background-color: #EACC57;
}
</style>
border-color css
<style>
span { border-color: #EACC57; }
span { border-color: rgb(234,204,87); }
td.TdClassName
{
border-color: #EACC57;
}
.TagClassName
{
border-color: #EACC57;
}
</style>