Shades of Portica #EEDC55
Tints of Portica #EEDC55
RGB
CMYK
RGB Variations
Color information
#EEDC55 (or 0xEEDC55) is known color: Portica. HEX triplet: EE, DC and 55. RGB value is (238,220,85). Sum of RGB (Red+Green+Blue) = 238+220+85=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC55 is #1123AA. Grayscale: #D2D2D2. Windows color (decimal): -1123243 or 5627118. OLE color: 5627118.
HSL color Cylindrical-coordinate representation of color #EEDC55: hue angle of 52.94º 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 #EEDC55 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 85 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.07 |
| HSL | 52.94º | 0.82% | 0.63% | - |
| HSV(B) | 52.94º | 0.64% | 0.93% | - |
| XYZ | 62.49 | 70.02 | 18.82 | - |
| YUV | 209.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 85 | 0 | 0.08 | 0.64 | 0.07 | 52.94 | 0.82 | 0.63 |
| Hex | EE | DC | 55 | 0 | 8 | 40 | 7 | 35 | 52 | 3F |
| Octal | 356 | 334 | 125 | 0 | 10 | 100 | 7 | 65 | 122 | 77 |
| Binary | 11101110 | 11011100 | 1010101 | 0 | 1000 | 1000000 | 111 | 110101 | 1010010 | 111111 |
Color Harmonies of #EEDC55
Complementary color
Monochromatic Colors of #EEDC55
Black with #EEDC55
Text Example
Text Example
White with #EEDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC55; }
p { color: rgb(238,220,85); }
H1.HeaderClassName
{
color: #EEDC55;
}
.AnyTagClassName
{
color: #EEDC55;
}
</style>
background-color css
<style>
a { background-color: #EEDC55; }
a { background-color: rgb(238,220,85); }
div.DivClassName
{
background-color: #EEDC55;
}
.BgClassName
{
background-color: #EEDC55;
}
</style>
border-color css
<style>
span { border-color: #EEDC55; }
span { border-color: rgb(238,220,85); }
td.TdClassName
{
border-color: #EEDC55;
}
.TagClassName
{
border-color: #EEDC55;
}
</style>