Shades of Portica #EED94D
Tints of Portica #EED94D
RGB
CMYK
RGB Variations
Color information
#EED94D (or 0xEED94D) is known color: Portica. HEX triplet: EE, D9 and 4D. RGB value is (238,217,77). Sum of RGB (Red+Green+Blue) = 238+217+77=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EED94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED94D is #1126B2. Grayscale: #CFCFCF. Windows color (decimal): -1124019 or 5102062. OLE color: 5102062.
HSL color Cylindrical-coordinate representation of color #EED94D: hue angle of 52.17º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED94D is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 77 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.07 |
| HSL | 52.17º | 0.83% | 0.62% | - |
| HSV(B) | 52.17º | 0.68% | 0.93% | - |
| XYZ | 61.41 | 68.34 | 16.98 | - |
| YUV | 207.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 77 | 0 | 0.09 | 0.68 | 0.07 | 52.17 | 0.83 | 0.62 |
| Hex | EE | D9 | 4D | 0 | 9 | 44 | 7 | 34 | 53 | 3E |
| Octal | 356 | 331 | 115 | 0 | 11 | 104 | 7 | 64 | 123 | 76 |
| Binary | 11101110 | 11011001 | 1001101 | 0 | 1001 | 1000100 | 111 | 110100 | 1010011 | 111110 |
Color Harmonies of #EED94D
Complementary color
Monochromatic Colors of #EED94D
Black with #EED94D
Text Example
Text Example
White with #EED94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED94D; }
p { color: rgb(238,217,77); }
H1.HeaderClassName
{
color: #EED94D;
}
.AnyTagClassName
{
color: #EED94D;
}
</style>
background-color css
<style>
a { background-color: #EED94D; }
a { background-color: rgb(238,217,77); }
div.DivClassName
{
background-color: #EED94D;
}
.BgClassName
{
background-color: #EED94D;
}
</style>
border-color css
<style>
span { border-color: #EED94D; }
span { border-color: rgb(238,217,77); }
td.TdClassName
{
border-color: #EED94D;
}
.TagClassName
{
border-color: #EED94D;
}
</style>