Shades of Portica #EED45E
Tints of Portica #EED45E
RGB
CMYK
RGB Variations
Color information
#EED45E (or 0xEED45E) is known color: Portica. HEX triplet: EE, D4 and 5E. RGB value is (238,212,94). Sum of RGB (Red+Green+Blue) = 238+212+94=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EED45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED45E is #112BA1. Grayscale: #CECECE. Windows color (decimal): -1125282 or 6214894. OLE color: 6214894.
HSL color Cylindrical-coordinate representation of color #EED45E: hue angle of 49.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EED45E is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 94 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.07 |
| HSL | 49.17º | 0.81% | 0.65% | - |
| HSV(B) | 49.17º | 0.61% | 0.93% | - |
| XYZ | 60.82 | 66.07 | 20.14 | - |
| YUV | 206.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 94 | 0 | 0.11 | 0.61 | 0.07 | 49.17 | 0.81 | 0.65 |
| Hex | EE | D4 | 5E | 0 | B | 3D | 7 | 31 | 51 | 41 |
| Octal | 356 | 324 | 136 | 0 | 13 | 75 | 7 | 61 | 121 | 101 |
| Binary | 11101110 | 11010100 | 1011110 | 0 | 1011 | 111101 | 111 | 110001 | 1010001 | 1000001 |
Color Harmonies of #EED45E
Complementary color
Monochromatic Colors of #EED45E
Black with #EED45E
Text Example
Text Example
White with #EED45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED45E; }
p { color: rgb(238,212,94); }
H1.HeaderClassName
{
color: #EED45E;
}
.AnyTagClassName
{
color: #EED45E;
}
</style>
background-color css
<style>
a { background-color: #EED45E; }
a { background-color: rgb(238,212,94); }
div.DivClassName
{
background-color: #EED45E;
}
.BgClassName
{
background-color: #EED45E;
}
</style>
border-color css
<style>
span { border-color: #EED45E; }
span { border-color: rgb(238,212,94); }
td.TdClassName
{
border-color: #EED45E;
}
.TagClassName
{
border-color: #EED45E;
}
</style>