Shades of Portica #EED154
Tints of Portica #EED154
RGB
CMYK
RGB Variations
Color information
#EED154 (or 0xEED154) is known color: Portica. HEX triplet: EE, D1 and 54. RGB value is (238,209,84). Sum of RGB (Red+Green+Blue) = 238+209+84=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED154 is #112EAB. Grayscale: #CBCBCB. Windows color (decimal): -1126060 or 5558766. OLE color: 5558766.
HSL color Cylindrical-coordinate representation of color #EED154: hue angle of 48.7º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EED154 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 84 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.07 |
| HSL | 48.7º | 0.82% | 0.63% | - |
| HSV(B) | 48.7º | 0.65% | 0.93% | - |
| XYZ | 59.66 | 64.42 | 17.68 | - |
| YUV | 203.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 84 | 0 | 0.12 | 0.65 | 0.07 | 48.7 | 0.82 | 0.63 |
| Hex | EE | D1 | 54 | 0 | C | 41 | 7 | 31 | 52 | 3F |
| Octal | 356 | 321 | 124 | 0 | 14 | 101 | 7 | 61 | 122 | 77 |
| Binary | 11101110 | 11010001 | 1010100 | 0 | 1100 | 1000001 | 111 | 110001 | 1010010 | 111111 |
Color Harmonies of #EED154
Complementary color
Monochromatic Colors of #EED154
Black with #EED154
Text Example
Text Example
White with #EED154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED154; }
p { color: rgb(238,209,84); }
H1.HeaderClassName
{
color: #EED154;
}
.AnyTagClassName
{
color: #EED154;
}
</style>
background-color css
<style>
a { background-color: #EED154; }
a { background-color: rgb(238,209,84); }
div.DivClassName
{
background-color: #EED154;
}
.BgClassName
{
background-color: #EED154;
}
</style>
border-color css
<style>
span { border-color: #EED154; }
span { border-color: rgb(238,209,84); }
td.TdClassName
{
border-color: #EED154;
}
.TagClassName
{
border-color: #EED154;
}
</style>