Shades of Portica #EED458
Tints of Portica #EED458
RGB
CMYK
RGB Variations
Color information
#EED458 (or 0xEED458) is known color: Portica. HEX triplet: EE, D4 and 58. RGB value is (238,212,88). Sum of RGB (Red+Green+Blue) = 238+212+88=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EED458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED458 is #112BA7. Grayscale: #CECECE. Windows color (decimal): -1125288 or 5821678. OLE color: 5821678.
HSL color Cylindrical-coordinate representation of color #EED458: hue angle of 49.6º degrees, saturation: 0.82, 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 #EED458 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 88 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.07 |
| HSL | 49.6º | 0.82% | 0.64% | - |
| HSV(B) | 49.6º | 0.63% | 0.93% | - |
| XYZ | 60.56 | 65.97 | 18.77 | - |
| YUV | 205.64 | 61.61 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 88 | 0 | 0.11 | 0.63 | 0.07 | 49.6 | 0.82 | 0.64 |
| Hex | EE | D4 | 58 | 0 | B | 3F | 7 | 32 | 52 | 40 |
| Octal | 356 | 324 | 130 | 0 | 13 | 77 | 7 | 62 | 122 | 100 |
| Binary | 11101110 | 11010100 | 1011000 | 0 | 1011 | 111111 | 111 | 110010 | 1010010 | 1000000 |
Color Harmonies of #EED458
Complementary color
Monochromatic Colors of #EED458
Black with #EED458
Text Example
Text Example
White with #EED458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED458; }
p { color: rgb(238,212,88); }
H1.HeaderClassName
{
color: #EED458;
}
.AnyTagClassName
{
color: #EED458;
}
</style>
background-color css
<style>
a { background-color: #EED458; }
a { background-color: rgb(238,212,88); }
div.DivClassName
{
background-color: #EED458;
}
.BgClassName
{
background-color: #EED458;
}
</style>
border-color css
<style>
span { border-color: #EED458; }
span { border-color: rgb(238,212,88); }
td.TdClassName
{
border-color: #EED458;
}
.TagClassName
{
border-color: #EED458;
}
</style>