Shades of Portica #EED15F
Tints of Portica #EED15F
RGB
CMYK
RGB Variations
Color information
#EED15F (or 0xEED15F) is known color: Portica. HEX triplet: EE, D1 and 5F. RGB value is (238,209,95). Sum of RGB (Red+Green+Blue) = 238+209+95=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EED15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED15F is #112EA0. Grayscale: #CDCDCD. Windows color (decimal): -1126049 or 6279662. OLE color: 6279662.
HSL color Cylindrical-coordinate representation of color #EED15F: hue angle of 47.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EED15F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 95 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.07 |
| HSL | 47.83º | 0.81% | 0.65% | - |
| HSV(B) | 47.83º | 0.6% | 0.93% | - |
| XYZ | 60.13 | 64.6 | 20.13 | - |
| YUV | 204.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 95 | 0 | 0.12 | 0.60 | 0.07 | 47.83 | 0.81 | 0.65 |
| Hex | EE | D1 | 5F | 0 | C | 3C | 7 | 30 | 51 | 41 |
| Octal | 356 | 321 | 137 | 0 | 14 | 74 | 7 | 60 | 121 | 101 |
| Binary | 11101110 | 11010001 | 1011111 | 0 | 1100 | 111100 | 111 | 110000 | 1010001 | 1000001 |
Color Harmonies of #EED15F
Complementary color
Monochromatic Colors of #EED15F
Black with #EED15F
Text Example
Text Example
White with #EED15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED15F; }
p { color: rgb(238,209,95); }
H1.HeaderClassName
{
color: #EED15F;
}
.AnyTagClassName
{
color: #EED15F;
}
</style>
background-color css
<style>
a { background-color: #EED15F; }
a { background-color: rgb(238,209,95); }
div.DivClassName
{
background-color: #EED15F;
}
.BgClassName
{
background-color: #EED15F;
}
</style>
border-color css
<style>
span { border-color: #EED15F; }
span { border-color: rgb(238,209,95); }
td.TdClassName
{
border-color: #EED15F;
}
.TagClassName
{
border-color: #EED15F;
}
</style>