Shades of Portica #EACF55
Tints of Portica #EACF55
RGB
CMYK
RGB Variations
Color information
#EACF55 (or 0xEACF55) is known color: Portica. HEX triplet: EA, CF and 55. RGB value is (234,207,85). Sum of RGB (Red+Green+Blue) = 234+207+85=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF55 is #1530AA. Grayscale: #C9C9C9. Windows color (decimal): -1388715 or 5623786. OLE color: 5623786.
HSL color Cylindrical-coordinate representation of color #EACF55: hue angle of 49.13º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EACF55 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 85 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.08 |
| HSL | 49.13º | 0.78% | 0.63% | - |
| HSV(B) | 49.13º | 0.64% | 0.92% | - |
| XYZ | 57.88 | 62.77 | 17.66 | - |
| YUV | 201.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 85 | 0 | 0.12 | 0.64 | 0.08 | 49.13 | 0.78 | 0.63 |
| Hex | EA | CF | 55 | 0 | C | 40 | 8 | 31 | 4E | 3F |
| Octal | 352 | 317 | 125 | 0 | 14 | 100 | 10 | 61 | 116 | 77 |
| Binary | 11101010 | 11001111 | 1010101 | 0 | 1100 | 1000000 | 1000 | 110001 | 1001110 | 111111 |
Color Harmonies of #EACF55
Complementary color
Monochromatic Colors of #EACF55
Black with #EACF55
Text Example
Text Example
White with #EACF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF55; }
p { color: rgb(234,207,85); }
H1.HeaderClassName
{
color: #EACF55;
}
.AnyTagClassName
{
color: #EACF55;
}
</style>
background-color css
<style>
a { background-color: #EACF55; }
a { background-color: rgb(234,207,85); }
div.DivClassName
{
background-color: #EACF55;
}
.BgClassName
{
background-color: #EACF55;
}
</style>
border-color css
<style>
span { border-color: #EACF55; }
span { border-color: rgb(234,207,85); }
td.TdClassName
{
border-color: #EACF55;
}
.TagClassName
{
border-color: #EACF55;
}
</style>