Shades of Portica #EED15A
Tints of Portica #EED15A
RGB
CMYK
RGB Variations
Color information
#EED15A (or 0xEED15A) is known color: Portica. HEX triplet: EE, D1 and 5A. RGB value is (238,209,90). Sum of RGB (Red+Green+Blue) = 238+209+90=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EED15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED15A is #112EA5. Grayscale: #CCCCCC. Windows color (decimal): -1126054 or 5951982. OLE color: 5951982.
HSL color Cylindrical-coordinate representation of color #EED15A: hue angle of 48.24º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED15A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 90 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.07 |
| HSL | 48.24º | 0.81% | 0.64% | - |
| HSV(B) | 48.24º | 0.62% | 0.93% | - |
| XYZ | 59.91 | 64.52 | 18.97 | - |
| YUV | 204.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 90 | 0 | 0.12 | 0.62 | 0.07 | 48.24 | 0.81 | 0.64 |
| Hex | EE | D1 | 5A | 0 | C | 3E | 7 | 30 | 51 | 40 |
| Octal | 356 | 321 | 132 | 0 | 14 | 76 | 7 | 60 | 121 | 100 |
| Binary | 11101110 | 11010001 | 1011010 | 0 | 1100 | 111110 | 111 | 110000 | 1010001 | 1000000 |
Color Harmonies of #EED15A
Complementary color
Monochromatic Colors of #EED15A
Black with #EED15A
Text Example
Text Example
White with #EED15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED15A; }
p { color: rgb(238,209,90); }
H1.HeaderClassName
{
color: #EED15A;
}
.AnyTagClassName
{
color: #EED15A;
}
</style>
background-color css
<style>
a { background-color: #EED15A; }
a { background-color: rgb(238,209,90); }
div.DivClassName
{
background-color: #EED15A;
}
.BgClassName
{
background-color: #EED15A;
}
</style>
border-color css
<style>
span { border-color: #EED15A; }
span { border-color: rgb(238,209,90); }
td.TdClassName
{
border-color: #EED15A;
}
.TagClassName
{
border-color: #EED15A;
}
</style>