Shades of Portica #EECE58
Tints of Portica #EECE58
RGB
CMYK
RGB Variations
Color information
#EECE58 (or 0xEECE58) is known color: Portica. HEX triplet: EE, CE and 58. RGB value is (238,206,88). Sum of RGB (Red+Green+Blue) = 238+206+88=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE58 is #1131A7. Grayscale: #CACACA. Windows color (decimal): -1126824 or 5820142. OLE color: 5820142.
HSL color Cylindrical-coordinate representation of color #EECE58: hue angle of 47.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 #EECE58 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 88 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.07 |
| HSL | 47.2º | 0.82% | 0.64% | - |
| HSV(B) | 47.2º | 0.63% | 0.93% | - |
| XYZ | 59.09 | 63.02 | 18.28 | - |
| YUV | 202.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 88 | 0 | 0.13 | 0.63 | 0.07 | 47.2 | 0.82 | 0.64 |
| Hex | EE | CE | 58 | 0 | D | 3F | 7 | 2F | 52 | 40 |
| Octal | 356 | 316 | 130 | 0 | 15 | 77 | 7 | 57 | 122 | 100 |
| Binary | 11101110 | 11001110 | 1011000 | 0 | 1101 | 111111 | 111 | 101111 | 1010010 | 1000000 |
Color Harmonies of #EECE58
Complementary color
Monochromatic Colors of #EECE58
Black with #EECE58
Text Example
Text Example
White with #EECE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE58; }
p { color: rgb(238,206,88); }
H1.HeaderClassName
{
color: #EECE58;
}
.AnyTagClassName
{
color: #EECE58;
}
</style>
background-color css
<style>
a { background-color: #EECE58; }
a { background-color: rgb(238,206,88); }
div.DivClassName
{
background-color: #EECE58;
}
.BgClassName
{
background-color: #EECE58;
}
</style>
border-color css
<style>
span { border-color: #EECE58; }
span { border-color: rgb(238,206,88); }
td.TdClassName
{
border-color: #EECE58;
}
.TagClassName
{
border-color: #EECE58;
}
</style>