Shades of Portica #EEDD55
Tints of Portica #EEDD55
RGB
CMYK
RGB Variations
Color information
#EEDD55 (or 0xEEDD55) is known color: Portica. HEX triplet: EE, DD and 55. RGB value is (238,221,85). Sum of RGB (Red+Green+Blue) = 238+221+85=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD55 is #1122AA. Grayscale: #D3D3D3. Windows color (decimal): -1122987 or 5627374. OLE color: 5627374.
HSL color Cylindrical-coordinate representation of color #EEDD55: hue angle of 53.33º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEDD55 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 85 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.07 |
| HSL | 53.33º | 0.82% | 0.63% | - |
| HSV(B) | 53.33º | 0.64% | 0.93% | - |
| XYZ | 62.76 | 70.55 | 18.9 | - |
| YUV | 210.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 85 | 0 | 0.07 | 0.64 | 0.07 | 53.33 | 0.82 | 0.63 |
| Hex | EE | DD | 55 | 0 | 7 | 40 | 7 | 35 | 52 | 3F |
| Octal | 356 | 335 | 125 | 0 | 7 | 100 | 7 | 65 | 122 | 77 |
| Binary | 11101110 | 11011101 | 1010101 | 0 | 111 | 1000000 | 111 | 110101 | 1010010 | 111111 |
Color Harmonies of #EEDD55
Complementary color
Monochromatic Colors of #EEDD55
Black with #EEDD55
Text Example
Text Example
White with #EEDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD55; }
p { color: rgb(238,221,85); }
H1.HeaderClassName
{
color: #EEDD55;
}
.AnyTagClassName
{
color: #EEDD55;
}
</style>
background-color css
<style>
a { background-color: #EEDD55; }
a { background-color: rgb(238,221,85); }
div.DivClassName
{
background-color: #EEDD55;
}
.BgClassName
{
background-color: #EEDD55;
}
</style>
border-color css
<style>
span { border-color: #EEDD55; }
span { border-color: rgb(238,221,85); }
td.TdClassName
{
border-color: #EEDD55;
}
.TagClassName
{
border-color: #EEDD55;
}
</style>