Shades of Portica #EEDC56
Tints of Portica #EEDC56
RGB
CMYK
RGB Variations
Color information
#EEDC56 (or 0xEEDC56) is known color: Portica. HEX triplet: EE, DC and 56. RGB value is (238,220,86). Sum of RGB (Red+Green+Blue) = 238+220+86=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 86 (33.98% from 255 or 15.81% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC56 is #1123A9. Grayscale: #D2D2D2. Windows color (decimal): -1123242 or 5692654. OLE color: 5692654.
HSL color Cylindrical-coordinate representation of color #EEDC56: hue angle of 52.89º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEDC56 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 86 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.07 |
| HSL | 52.89º | 0.82% | 0.64% | - |
| HSV(B) | 52.89º | 0.64% | 0.93% | - |
| XYZ | 62.53 | 70.04 | 19.03 | - |
| YUV | 210.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 86 | 0 | 0.08 | 0.64 | 0.07 | 52.89 | 0.82 | 0.64 |
| Hex | EE | DC | 56 | 0 | 8 | 40 | 7 | 35 | 52 | 40 |
| Octal | 356 | 334 | 126 | 0 | 10 | 100 | 7 | 65 | 122 | 100 |
| Binary | 11101110 | 11011100 | 1010110 | 0 | 1000 | 1000000 | 111 | 110101 | 1010010 | 1000000 |
Color Harmonies of #EEDC56
Complementary color
Monochromatic Colors of #EEDC56
Black with #EEDC56
Text Example
Text Example
White with #EEDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC56; }
p { color: rgb(238,220,86); }
H1.HeaderClassName
{
color: #EEDC56;
}
.AnyTagClassName
{
color: #EEDC56;
}
</style>
background-color css
<style>
a { background-color: #EEDC56; }
a { background-color: rgb(238,220,86); }
div.DivClassName
{
background-color: #EEDC56;
}
.BgClassName
{
background-color: #EEDC56;
}
</style>
border-color css
<style>
span { border-color: #EEDC56; }
span { border-color: rgb(238,220,86); }
td.TdClassName
{
border-color: #EEDC56;
}
.TagClassName
{
border-color: #EEDC56;
}
</style>