Shades of Portica #EED159
Tints of Portica #EED159
RGB
CMYK
RGB Variations
Color information
#EED159 (or 0xEED159) is known color: Portica. HEX triplet: EE, D1 and 59. RGB value is (238,209,89). Sum of RGB (Red+Green+Blue) = 238+209+89=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EED159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED159 is #112EA6. Grayscale: #CCCCCC. Windows color (decimal): -1126055 or 5886446. OLE color: 5886446.
HSL color Cylindrical-coordinate representation of color #EED159: hue angle of 48.32º degrees, saturation: 0.81, 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 #EED159 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 89 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.07 |
| HSL | 48.32º | 0.81% | 0.64% | - |
| HSV(B) | 48.32º | 0.63% | 0.93% | - |
| XYZ | 59.86 | 64.5 | 18.75 | - |
| YUV | 203.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 89 | 0 | 0.12 | 0.63 | 0.07 | 48.32 | 0.81 | 0.64 |
| Hex | EE | D1 | 59 | 0 | C | 3F | 7 | 30 | 51 | 40 |
| Octal | 356 | 321 | 131 | 0 | 14 | 77 | 7 | 60 | 121 | 100 |
| Binary | 11101110 | 11010001 | 1011001 | 0 | 1100 | 111111 | 111 | 110000 | 1010001 | 1000000 |
Color Harmonies of #EED159
Complementary color
Monochromatic Colors of #EED159
Black with #EED159
Text Example
Text Example
White with #EED159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED159; }
p { color: rgb(238,209,89); }
H1.HeaderClassName
{
color: #EED159;
}
.AnyTagClassName
{
color: #EED159;
}
</style>
background-color css
<style>
a { background-color: #EED159; }
a { background-color: rgb(238,209,89); }
div.DivClassName
{
background-color: #EED159;
}
.BgClassName
{
background-color: #EED159;
}
</style>
border-color css
<style>
span { border-color: #EED159; }
span { border-color: rgb(238,209,89); }
td.TdClassName
{
border-color: #EED159;
}
.TagClassName
{
border-color: #EED159;
}
</style>