Shades of Portica #EECE55
Tints of Portica #EECE55
RGB
CMYK
RGB Variations
Color information
#EECE55 (or 0xEECE55) is known color: Portica. HEX triplet: EE, CE and 55. RGB value is (238,206,85). Sum of RGB (Red+Green+Blue) = 238+206+85=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE55 is #1131AA. Grayscale: #CACACA. Windows color (decimal): -1126827 or 5623534. OLE color: 5623534.
HSL color Cylindrical-coordinate representation of color #EECE55: hue angle of 47.45º 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 #EECE55 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 85 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.07 |
| HSL | 47.45º | 0.82% | 0.63% | - |
| HSV(B) | 47.45º | 0.64% | 0.93% | - |
| XYZ | 58.97 | 62.98 | 17.64 | - |
| YUV | 201.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 85 | 0 | 0.13 | 0.64 | 0.07 | 47.45 | 0.82 | 0.63 |
| Hex | EE | CE | 55 | 0 | D | 40 | 7 | 2F | 52 | 3F |
| Octal | 356 | 316 | 125 | 0 | 15 | 100 | 7 | 57 | 122 | 77 |
| Binary | 11101110 | 11001110 | 1010101 | 0 | 1101 | 1000000 | 111 | 101111 | 1010010 | 111111 |
Color Harmonies of #EECE55
Complementary color
Monochromatic Colors of #EECE55
Black with #EECE55
Text Example
Text Example
White with #EECE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE55; }
p { color: rgb(238,206,85); }
H1.HeaderClassName
{
color: #EECE55;
}
.AnyTagClassName
{
color: #EECE55;
}
</style>
background-color css
<style>
a { background-color: #EECE55; }
a { background-color: rgb(238,206,85); }
div.DivClassName
{
background-color: #EECE55;
}
.BgClassName
{
background-color: #EECE55;
}
</style>
border-color css
<style>
span { border-color: #EECE55; }
span { border-color: rgb(238,206,85); }
td.TdClassName
{
border-color: #EECE55;
}
.TagClassName
{
border-color: #EECE55;
}
</style>