Shades of Portica #EED55A
Tints of Portica #EED55A
RGB
CMYK
RGB Variations
Color information
#EED55A (or 0xEED55A) is known color: Portica. HEX triplet: EE, D5 and 5A. RGB value is (238,213,90). Sum of RGB (Red+Green+Blue) = 238+213+90=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EED55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED55A is #112AA5. Grayscale: #CECECE. Windows color (decimal): -1125030 or 5953006. OLE color: 5953006.
HSL color Cylindrical-coordinate representation of color #EED55A: hue angle of 49.86º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED55A is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 90 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.86º | 0.81% | 0.64% | - |
| HSV(B) | 49.86º | 0.62% | 0.93% | - |
| XYZ | 60.9 | 66.5 | 19.3 | - |
| YUV | 206.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 90 | 0 | 0.11 | 0.62 | 0.07 | 49.86 | 0.81 | 0.64 |
| Hex | EE | D5 | 5A | 0 | B | 3E | 7 | 32 | 51 | 40 |
| Octal | 356 | 325 | 132 | 0 | 13 | 76 | 7 | 62 | 121 | 100 |
| Binary | 11101110 | 11010101 | 1011010 | 0 | 1011 | 111110 | 111 | 110010 | 1010001 | 1000000 |
Color Harmonies of #EED55A
Complementary color
Monochromatic Colors of #EED55A
Black with #EED55A
Text Example
Text Example
White with #EED55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED55A; }
p { color: rgb(238,213,90); }
H1.HeaderClassName
{
color: #EED55A;
}
.AnyTagClassName
{
color: #EED55A;
}
</style>
background-color css
<style>
a { background-color: #EED55A; }
a { background-color: rgb(238,213,90); }
div.DivClassName
{
background-color: #EED55A;
}
.BgClassName
{
background-color: #EED55A;
}
</style>
border-color css
<style>
span { border-color: #EED55A; }
span { border-color: rgb(238,213,90); }
td.TdClassName
{
border-color: #EED55A;
}
.TagClassName
{
border-color: #EED55A;
}
</style>