Shades of Portica #EEDA58
Tints of Portica #EEDA58
RGB
CMYK
RGB Variations
Color information
#EEDA58 (or 0xEEDA58) is known color: Portica. HEX triplet: EE, DA and 58. RGB value is (238,218,88). Sum of RGB (Red+Green+Blue) = 238+218+88=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA58 is #1125A7. Grayscale: #D1D1D1. Windows color (decimal): -1123752 or 5823214. OLE color: 5823214.
HSL color Cylindrical-coordinate representation of color #EEDA58: hue angle of 52º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEDA58 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 88 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.07 |
| HSL | 52º | 0.82% | 0.64% | - |
| HSV(B) | 52º | 0.63% | 0.93% | - |
| XYZ | 62.09 | 69.02 | 19.28 | - |
| YUV | 209.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 88 | 0 | 0.08 | 0.63 | 0.07 | 52 | 0.82 | 0.64 |
| Hex | EE | DA | 58 | 0 | 8 | 3F | 7 | 34 | 52 | 40 |
| Octal | 356 | 332 | 130 | 0 | 10 | 77 | 7 | 64 | 122 | 100 |
| Binary | 11101110 | 11011010 | 1011000 | 0 | 1000 | 111111 | 111 | 110100 | 1010010 | 1000000 |
Color Harmonies of #EEDA58
Complementary color
Monochromatic Colors of #EEDA58
Black with #EEDA58
Text Example
Text Example
White with #EEDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA58; }
p { color: rgb(238,218,88); }
H1.HeaderClassName
{
color: #EEDA58;
}
.AnyTagClassName
{
color: #EEDA58;
}
</style>
background-color css
<style>
a { background-color: #EEDA58; }
a { background-color: rgb(238,218,88); }
div.DivClassName
{
background-color: #EEDA58;
}
.BgClassName
{
background-color: #EEDA58;
}
</style>
border-color css
<style>
span { border-color: #EEDA58; }
span { border-color: rgb(238,218,88); }
td.TdClassName
{
border-color: #EEDA58;
}
.TagClassName
{
border-color: #EEDA58;
}
</style>