Shades of Portica #EEDA63
Tints of Portica #EEDA63
RGB
CMYK
RGB Variations
Color information
#EEDA63 (or 0xEEDA63) is known color: Portica. HEX triplet: EE, DA and 63. RGB value is (238,218,99). Sum of RGB (Red+Green+Blue) = 238+218+99=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA63 is #11259C. Grayscale: #D2D2D2. Windows color (decimal): -1123741 or 6544110. OLE color: 6544110.
HSL color Cylindrical-coordinate representation of color #EEDA63: hue angle of 51.37º 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 #EEDA63 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 99 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 51.37º | 0.8% | 0.66% | - |
| HSV(B) | 51.37º | 0.58% | 0.93% | - |
| XYZ | 62.58 | 69.22 | 21.87 | - |
| YUV | 210.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 99 | 0 | 0.08 | 0.58 | 0.07 | 51.37 | 0.8 | 0.66 |
| Hex | EE | DA | 63 | 0 | 8 | 3A | 7 | 33 | 50 | 42 |
| Octal | 356 | 332 | 143 | 0 | 10 | 72 | 7 | 63 | 120 | 102 |
| Binary | 11101110 | 11011010 | 1100011 | 0 | 1000 | 111010 | 111 | 110011 | 1010000 | 1000010 |
Color Harmonies of #EEDA63
Complementary color
Monochromatic Colors of #EEDA63
Black with #EEDA63
Text Example
Text Example
White with #EEDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA63; }
p { color: rgb(238,218,99); }
H1.HeaderClassName
{
color: #EEDA63;
}
.AnyTagClassName
{
color: #EEDA63;
}
</style>
background-color css
<style>
a { background-color: #EEDA63; }
a { background-color: rgb(238,218,99); }
div.DivClassName
{
background-color: #EEDA63;
}
.BgClassName
{
background-color: #EEDA63;
}
</style>
border-color css
<style>
span { border-color: #EEDA63; }
span { border-color: rgb(238,218,99); }
td.TdClassName
{
border-color: #EEDA63;
}
.TagClassName
{
border-color: #EEDA63;
}
</style>