Shades of Portica #E5CD58
Tints of Portica #E5CD58
RGB
CMYK
RGB Variations
Color information
#E5CD58 (or 0xE5CD58) is known color: Portica. HEX triplet: E5, CD and 58. RGB value is (229,205,88). Sum of RGB (Red+Green+Blue) = 229+205+88=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD58 is #1A32A7. Grayscale: #C7C7C7. Windows color (decimal): -1716904 or 5819877. OLE color: 5819877.
HSL color Cylindrical-coordinate representation of color #E5CD58: hue angle of 49.79º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5CD58 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 88 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.10 |
| HSL | 49.79º | 0.73% | 0.62% | - |
| HSV(B) | 49.79º | 0.62% | 0.9% | - |
| XYZ | 55.91 | 61.03 | 18.07 | - |
| YUV | 198.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 88 | 0 | 0.10 | 0.62 | 0.10 | 49.79 | 0.73 | 0.62 |
| Hex | E5 | CD | 58 | 0 | A | 3E | A | 32 | 49 | 3E |
| Octal | 345 | 315 | 130 | 0 | 12 | 76 | 12 | 62 | 111 | 76 |
| Binary | 11100101 | 11001101 | 1011000 | 0 | 1010 | 111110 | 1010 | 110010 | 1001001 | 111110 |
Color Harmonies of #E5CD58
Complementary color
Monochromatic Colors of #E5CD58
Black with #E5CD58
Text Example
Text Example
White with #E5CD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD58; }
p { color: rgb(229,205,88); }
H1.HeaderClassName
{
color: #E5CD58;
}
.AnyTagClassName
{
color: #E5CD58;
}
</style>
background-color css
<style>
a { background-color: #E5CD58; }
a { background-color: rgb(229,205,88); }
div.DivClassName
{
background-color: #E5CD58;
}
.BgClassName
{
background-color: #E5CD58;
}
</style>
border-color css
<style>
span { border-color: #E5CD58; }
span { border-color: rgb(229,205,88); }
td.TdClassName
{
border-color: #E5CD58;
}
.TagClassName
{
border-color: #E5CD58;
}
</style>