Shades of Portica #EECE5E
Tints of Portica #EECE5E
RGB
CMYK
RGB Variations
Color information
#EECE5E (or 0xEECE5E) is known color: Portica. HEX triplet: EE, CE and 5E. RGB value is (238,206,94). Sum of RGB (Red+Green+Blue) = 238+206+94=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE5E is #1131A1. Grayscale: #CBCBCB. Windows color (decimal): -1126818 or 6213358. OLE color: 6213358.
HSL color Cylindrical-coordinate representation of color #EECE5E: hue angle of 46.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EECE5E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 94 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.07 |
| HSL | 46.67º | 0.81% | 0.65% | - |
| HSV(B) | 46.67º | 0.61% | 0.93% | - |
| XYZ | 59.35 | 63.13 | 19.65 | - |
| YUV | 202.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 94 | 0 | 0.13 | 0.61 | 0.07 | 46.67 | 0.81 | 0.65 |
| Hex | EE | CE | 5E | 0 | D | 3D | 7 | 2F | 51 | 41 |
| Octal | 356 | 316 | 136 | 0 | 15 | 75 | 7 | 57 | 121 | 101 |
| Binary | 11101110 | 11001110 | 1011110 | 0 | 1101 | 111101 | 111 | 101111 | 1010001 | 1000001 |
Color Harmonies of #EECE5E
Complementary color
Monochromatic Colors of #EECE5E
Black with #EECE5E
Text Example
Text Example
White with #EECE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE5E; }
p { color: rgb(238,206,94); }
H1.HeaderClassName
{
color: #EECE5E;
}
.AnyTagClassName
{
color: #EECE5E;
}
</style>
background-color css
<style>
a { background-color: #EECE5E; }
a { background-color: rgb(238,206,94); }
div.DivClassName
{
background-color: #EECE5E;
}
.BgClassName
{
background-color: #EECE5E;
}
</style>
border-color css
<style>
span { border-color: #EECE5E; }
span { border-color: rgb(238,206,94); }
td.TdClassName
{
border-color: #EECE5E;
}
.TagClassName
{
border-color: #EECE5E;
}
</style>