Shades of Portica #EACF58
Tints of Portica #EACF58
RGB
CMYK
RGB Variations
Color information
#EACF58 (or 0xEACF58) is known color: Portica. HEX triplet: EA, CF and 58. RGB value is (234,207,88). Sum of RGB (Red+Green+Blue) = 234+207+88=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF58 is #1530A7. Grayscale: #CACACA. Windows color (decimal): -1388712 or 5820394. OLE color: 5820394.
HSL color Cylindrical-coordinate representation of color #EACF58: hue angle of 48.9º 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 #EACF58 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 88 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.08 |
| HSL | 48.9º | 0.78% | 0.63% | - |
| HSV(B) | 48.9º | 0.62% | 0.92% | - |
| XYZ | 58.01 | 62.82 | 18.3 | - |
| YUV | 201.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 88 | 0 | 0.12 | 0.62 | 0.08 | 48.9 | 0.78 | 0.63 |
| Hex | EA | CF | 58 | 0 | C | 3E | 8 | 31 | 4E | 3F |
| Octal | 352 | 317 | 130 | 0 | 14 | 76 | 10 | 61 | 116 | 77 |
| Binary | 11101010 | 11001111 | 1011000 | 0 | 1100 | 111110 | 1000 | 110001 | 1001110 | 111111 |
Color Harmonies of #EACF58
Complementary color
Monochromatic Colors of #EACF58
Black with #EACF58
Text Example
Text Example
White with #EACF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF58; }
p { color: rgb(234,207,88); }
H1.HeaderClassName
{
color: #EACF58;
}
.AnyTagClassName
{
color: #EACF58;
}
</style>
background-color css
<style>
a { background-color: #EACF58; }
a { background-color: rgb(234,207,88); }
div.DivClassName
{
background-color: #EACF58;
}
.BgClassName
{
background-color: #EACF58;
}
</style>
border-color css
<style>
span { border-color: #EACF58; }
span { border-color: rgb(234,207,88); }
td.TdClassName
{
border-color: #EACF58;
}
.TagClassName
{
border-color: #EACF58;
}
</style>