Shades of Portica #EEDD58
Tints of Portica #EEDD58
RGB
CMYK
RGB Variations
Color information
#EEDD58 (or 0xEEDD58) is known color: Portica. HEX triplet: EE, DD and 58. RGB value is (238,221,88). Sum of RGB (Red+Green+Blue) = 238+221+88=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 88 (34.77% from 255 or 16.09% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD58 is #1122A7. Grayscale: #D3D3D3. Windows color (decimal): -1122984 or 5823982. OLE color: 5823982.
HSL color Cylindrical-coordinate representation of color #EEDD58: hue angle of 53.2º 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 #EEDD58 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 88 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.07 |
| HSL | 53.2º | 0.82% | 0.64% | - |
| HSV(B) | 53.2º | 0.63% | 0.93% | - |
| XYZ | 62.88 | 70.59 | 19.54 | - |
| YUV | 210.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 88 | 0 | 0.07 | 0.63 | 0.07 | 53.2 | 0.82 | 0.64 |
| Hex | EE | DD | 58 | 0 | 7 | 3F | 7 | 35 | 52 | 40 |
| Octal | 356 | 335 | 130 | 0 | 7 | 77 | 7 | 65 | 122 | 100 |
| Binary | 11101110 | 11011101 | 1011000 | 0 | 111 | 111111 | 111 | 110101 | 1010010 | 1000000 |
Color Harmonies of #EEDD58
Complementary color
Monochromatic Colors of #EEDD58
Black with #EEDD58
Text Example
Text Example
White with #EEDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD58; }
p { color: rgb(238,221,88); }
H1.HeaderClassName
{
color: #EEDD58;
}
.AnyTagClassName
{
color: #EEDD58;
}
</style>
background-color css
<style>
a { background-color: #EEDD58; }
a { background-color: rgb(238,221,88); }
div.DivClassName
{
background-color: #EEDD58;
}
.BgClassName
{
background-color: #EEDD58;
}
</style>
border-color css
<style>
span { border-color: #EEDD58; }
span { border-color: rgb(238,221,88); }
td.TdClassName
{
border-color: #EEDD58;
}
.TagClassName
{
border-color: #EEDD58;
}
</style>