Shades of Portica #EACB58
Tints of Portica #EACB58
RGB
CMYK
RGB Variations
Color information
#EACB58 (or 0xEACB58) is known color: Portica. HEX triplet: EA, CB and 58. RGB value is (234,203,88). Sum of RGB (Red+Green+Blue) = 234+203+88=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB58 is #1534A7. Grayscale: #C7C7C7. Windows color (decimal): -1389736 or 5819370. OLE color: 5819370.
HSL color Cylindrical-coordinate representation of color #EACB58: hue angle of 47.26º 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 #EACB58 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 88 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.08 |
| HSL | 47.26º | 0.78% | 0.63% | - |
| HSV(B) | 47.26º | 0.62% | 0.92% | - |
| XYZ | 57.05 | 60.91 | 17.98 | - |
| YUV | 199.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 88 | 0 | 0.13 | 0.62 | 0.08 | 47.26 | 0.78 | 0.63 |
| Hex | EA | CB | 58 | 0 | D | 3E | 8 | 2F | 4E | 3F |
| Octal | 352 | 313 | 130 | 0 | 15 | 76 | 10 | 57 | 116 | 77 |
| Binary | 11101010 | 11001011 | 1011000 | 0 | 1101 | 111110 | 1000 | 101111 | 1001110 | 111111 |
Color Harmonies of #EACB58
Complementary color
Monochromatic Colors of #EACB58
Black with #EACB58
Text Example
Text Example
White with #EACB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB58; }
p { color: rgb(234,203,88); }
H1.HeaderClassName
{
color: #EACB58;
}
.AnyTagClassName
{
color: #EACB58;
}
</style>
background-color css
<style>
a { background-color: #EACB58; }
a { background-color: rgb(234,203,88); }
div.DivClassName
{
background-color: #EACB58;
}
.BgClassName
{
background-color: #EACB58;
}
</style>
border-color css
<style>
span { border-color: #EACB58; }
span { border-color: rgb(234,203,88); }
td.TdClassName
{
border-color: #EACB58;
}
.TagClassName
{
border-color: #EACB58;
}
</style>