Shades of Portica #EEDA60
Tints of Portica #EEDA60
RGB
CMYK
RGB Variations
Color information
#EEDA60 (or 0xEEDA60) is known color: Portica. HEX triplet: EE, DA and 60. RGB value is (238,218,96). Sum of RGB (Red+Green+Blue) = 238+218+96=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA60 is #11259F. Grayscale: #D2D2D2. Windows color (decimal): -1123744 or 6347502. OLE color: 6347502.
HSL color Cylindrical-coordinate representation of color #EEDA60: hue angle of 51.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEDA60 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 96 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.07 |
| HSL | 51.55º | 0.81% | 0.65% | - |
| HSV(B) | 51.55º | 0.6% | 0.93% | - |
| XYZ | 62.44 | 69.16 | 21.13 | - |
| YUV | 210.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 96 | 0 | 0.08 | 0.60 | 0.07 | 51.55 | 0.81 | 0.65 |
| Hex | EE | DA | 60 | 0 | 8 | 3C | 7 | 34 | 51 | 41 |
| Octal | 356 | 332 | 140 | 0 | 10 | 74 | 7 | 64 | 121 | 101 |
| Binary | 11101110 | 11011010 | 1100000 | 0 | 1000 | 111100 | 111 | 110100 | 1010001 | 1000001 |
Color Harmonies of #EEDA60
Complementary color
Monochromatic Colors of #EEDA60
Black with #EEDA60
Text Example
Text Example
White with #EEDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA60; }
p { color: rgb(238,218,96); }
H1.HeaderClassName
{
color: #EEDA60;
}
.AnyTagClassName
{
color: #EEDA60;
}
</style>
background-color css
<style>
a { background-color: #EEDA60; }
a { background-color: rgb(238,218,96); }
div.DivClassName
{
background-color: #EEDA60;
}
.BgClassName
{
background-color: #EEDA60;
}
</style>
border-color css
<style>
span { border-color: #EEDA60; }
span { border-color: rgb(238,218,96); }
td.TdClassName
{
border-color: #EEDA60;
}
.TagClassName
{
border-color: #EEDA60;
}
</style>