Shades of Portica #EED151
Tints of Portica #EED151
RGB
CMYK
RGB Variations
Color information
#EED151 (or 0xEED151) is known color: Portica. HEX triplet: EE, D1 and 51. RGB value is (238,209,81). Sum of RGB (Red+Green+Blue) = 238+209+81=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EED151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED151 is #112EAE. Grayscale: #CBCBCB. Windows color (decimal): -1126063 or 5362158. OLE color: 5362158.
HSL color Cylindrical-coordinate representation of color #EED151: hue angle of 48.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EED151 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 81 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.07 |
| HSL | 48.92º | 0.82% | 0.63% | - |
| HSV(B) | 48.92º | 0.66% | 0.93% | - |
| XYZ | 59.55 | 64.37 | 17.07 | - |
| YUV | 203.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 81 | 0 | 0.12 | 0.66 | 0.07 | 48.92 | 0.82 | 0.63 |
| Hex | EE | D1 | 51 | 0 | C | 42 | 7 | 31 | 52 | 3F |
| Octal | 356 | 321 | 121 | 0 | 14 | 102 | 7 | 61 | 122 | 77 |
| Binary | 11101110 | 11010001 | 1010001 | 0 | 1100 | 1000010 | 111 | 110001 | 1010010 | 111111 |
Color Harmonies of #EED151
Complementary color
Monochromatic Colors of #EED151
Black with #EED151
Text Example
Text Example
White with #EED151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED151; }
p { color: rgb(238,209,81); }
H1.HeaderClassName
{
color: #EED151;
}
.AnyTagClassName
{
color: #EED151;
}
</style>
background-color css
<style>
a { background-color: #EED151; }
a { background-color: rgb(238,209,81); }
div.DivClassName
{
background-color: #EED151;
}
.BgClassName
{
background-color: #EED151;
}
</style>
border-color css
<style>
span { border-color: #EED151; }
span { border-color: rgb(238,209,81); }
td.TdClassName
{
border-color: #EED151;
}
.TagClassName
{
border-color: #EED151;
}
</style>