Shades of Portica #EEDE63
Tints of Portica #EEDE63
RGB
CMYK
RGB Variations
Color information
#EEDE63 (or 0xEEDE63) is known color: Portica. HEX triplet: EE, DE and 63. RGB value is (238,222,99). Sum of RGB (Red+Green+Blue) = 238+222+99=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 99 (39.06% from 255 or 17.71% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE63 is #11219C. Grayscale: #D5D5D5. Windows color (decimal): -1122717 or 6545134. OLE color: 6545134.
HSL color Cylindrical-coordinate representation of color #EEDE63: hue angle of 53.09º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEDE63 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 99 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.07 |
| HSL | 53.09º | 0.8% | 0.66% | - |
| HSV(B) | 53.09º | 0.58% | 0.93% | - |
| XYZ | 63.63 | 71.32 | 22.22 | - |
| YUV | 212.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 99 | 0 | 0.07 | 0.58 | 0.07 | 53.09 | 0.8 | 0.66 |
| Hex | EE | DE | 63 | 0 | 7 | 3A | 7 | 35 | 50 | 42 |
| Octal | 356 | 336 | 143 | 0 | 7 | 72 | 7 | 65 | 120 | 102 |
| Binary | 11101110 | 11011110 | 1100011 | 0 | 111 | 111010 | 111 | 110101 | 1010000 | 1000010 |
Color Harmonies of #EEDE63
Complementary color
Monochromatic Colors of #EEDE63
Black with #EEDE63
Text Example
Text Example
White with #EEDE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE63; }
p { color: rgb(238,222,99); }
H1.HeaderClassName
{
color: #EEDE63;
}
.AnyTagClassName
{
color: #EEDE63;
}
</style>
background-color css
<style>
a { background-color: #EEDE63; }
a { background-color: rgb(238,222,99); }
div.DivClassName
{
background-color: #EEDE63;
}
.BgClassName
{
background-color: #EEDE63;
}
</style>
border-color css
<style>
span { border-color: #EEDE63; }
span { border-color: rgb(238,222,99); }
td.TdClassName
{
border-color: #EEDE63;
}
.TagClassName
{
border-color: #EEDE63;
}
</style>