Shades of Portica #EED94E
Tints of Portica #EED94E
RGB
CMYK
RGB Variations
Color information
#EED94E (or 0xEED94E) is known color: Portica. HEX triplet: EE, D9 and 4E. RGB value is (238,217,78). Sum of RGB (Red+Green+Blue) = 238+217+78=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EED94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED94E is #1126B1. Grayscale: #D0D0D0. Windows color (decimal): -1124018 or 5167598. OLE color: 5167598.
HSL color Cylindrical-coordinate representation of color #EED94E: hue angle of 52.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EED94E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 78 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.07 |
| HSL | 52.13º | 0.82% | 0.62% | - |
| HSV(B) | 52.13º | 0.67% | 0.93% | - |
| XYZ | 61.45 | 68.35 | 17.16 | - |
| YUV | 207.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 78 | 0 | 0.09 | 0.67 | 0.07 | 52.13 | 0.82 | 0.62 |
| Hex | EE | D9 | 4E | 0 | 9 | 43 | 7 | 34 | 52 | 3E |
| Octal | 356 | 331 | 116 | 0 | 11 | 103 | 7 | 64 | 122 | 76 |
| Binary | 11101110 | 11011001 | 1001110 | 0 | 1001 | 1000011 | 111 | 110100 | 1010010 | 111110 |
Color Harmonies of #EED94E
Complementary color
Monochromatic Colors of #EED94E
Black with #EED94E
Text Example
Text Example
White with #EED94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED94E; }
p { color: rgb(238,217,78); }
H1.HeaderClassName
{
color: #EED94E;
}
.AnyTagClassName
{
color: #EED94E;
}
</style>
background-color css
<style>
a { background-color: #EED94E; }
a { background-color: rgb(238,217,78); }
div.DivClassName
{
background-color: #EED94E;
}
.BgClassName
{
background-color: #EED94E;
}
</style>
border-color css
<style>
span { border-color: #EED94E; }
span { border-color: rgb(238,217,78); }
td.TdClassName
{
border-color: #EED94E;
}
.TagClassName
{
border-color: #EED94E;
}
</style>