Shades of Portica #EEDA61
Tints of Portica #EEDA61
RGB
CMYK
RGB Variations
Color information
#EEDA61 (or 0xEEDA61) is known color: Portica. HEX triplet: EE, DA and 61. RGB value is (238,218,97). Sum of RGB (Red+Green+Blue) = 238+218+97=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA61 is #11259E. Grayscale: #D2D2D2. Windows color (decimal): -1123743 or 6413038. OLE color: 6413038.
HSL color Cylindrical-coordinate representation of color #EEDA61: hue angle of 51.49º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEDA61 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 97 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.07 |
| HSL | 51.49º | 0.81% | 0.66% | - |
| HSV(B) | 51.49º | 0.59% | 0.93% | - |
| XYZ | 62.49 | 69.18 | 21.37 | - |
| YUV | 210.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 97 | 0 | 0.08 | 0.59 | 0.07 | 51.49 | 0.81 | 0.66 |
| Hex | EE | DA | 61 | 0 | 8 | 3B | 7 | 33 | 51 | 42 |
| Octal | 356 | 332 | 141 | 0 | 10 | 73 | 7 | 63 | 121 | 102 |
| Binary | 11101110 | 11011010 | 1100001 | 0 | 1000 | 111011 | 111 | 110011 | 1010001 | 1000010 |
Color Harmonies of #EEDA61
Complementary color
Monochromatic Colors of #EEDA61
Black with #EEDA61
Text Example
Text Example
White with #EEDA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA61; }
p { color: rgb(238,218,97); }
H1.HeaderClassName
{
color: #EEDA61;
}
.AnyTagClassName
{
color: #EEDA61;
}
</style>
background-color css
<style>
a { background-color: #EEDA61; }
a { background-color: rgb(238,218,97); }
div.DivClassName
{
background-color: #EEDA61;
}
.BgClassName
{
background-color: #EEDA61;
}
</style>
border-color css
<style>
span { border-color: #EEDA61; }
span { border-color: rgb(238,218,97); }
td.TdClassName
{
border-color: #EEDA61;
}
.TagClassName
{
border-color: #EEDA61;
}
</style>