Shades of Portica #EED459
Tints of Portica #EED459
RGB
CMYK
RGB Variations
Color information
#EED459 (or 0xEED459) is known color: Portica. HEX triplet: EE, D4 and 59. RGB value is (238,212,89). Sum of RGB (Red+Green+Blue) = 238+212+89=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 89 (35.16% from 255 or 16.51% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EED459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED459 is #112BA6. Grayscale: #CECECE. Windows color (decimal): -1125287 or 5887214. OLE color: 5887214.
HSL color Cylindrical-coordinate representation of color #EED459: hue angle of 49.53º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EED459 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 89 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.07 |
| HSL | 49.53º | 0.81% | 0.64% | - |
| HSV(B) | 49.53º | 0.63% | 0.93% | - |
| XYZ | 60.61 | 65.99 | 18.99 | - |
| YUV | 205.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 89 | 0 | 0.11 | 0.63 | 0.07 | 49.53 | 0.81 | 0.64 |
| Hex | EE | D4 | 59 | 0 | B | 3F | 7 | 32 | 51 | 40 |
| Octal | 356 | 324 | 131 | 0 | 13 | 77 | 7 | 62 | 121 | 100 |
| Binary | 11101110 | 11010100 | 1011001 | 0 | 1011 | 111111 | 111 | 110010 | 1010001 | 1000000 |
Color Harmonies of #EED459
Complementary color
Monochromatic Colors of #EED459
Black with #EED459
Text Example
Text Example
White with #EED459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED459; }
p { color: rgb(238,212,89); }
H1.HeaderClassName
{
color: #EED459;
}
.AnyTagClassName
{
color: #EED459;
}
</style>
background-color css
<style>
a { background-color: #EED459; }
a { background-color: rgb(238,212,89); }
div.DivClassName
{
background-color: #EED459;
}
.BgClassName
{
background-color: #EED459;
}
</style>
border-color css
<style>
span { border-color: #EED459; }
span { border-color: rgb(238,212,89); }
td.TdClassName
{
border-color: #EED459;
}
.TagClassName
{
border-color: #EED459;
}
</style>