Shades of Portica #EEDA50
Tints of Portica #EEDA50
RGB
CMYK
RGB Variations
Color information
#EEDA50 (or 0xEEDA50) is known color: Portica. HEX triplet: EE, DA and 50. RGB value is (238,218,80). Sum of RGB (Red+Green+Blue) = 238+218+80=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA50 is #1125AF. Grayscale: #D0D0D0. Windows color (decimal): -1123760 or 5298926. OLE color: 5298926.
HSL color Cylindrical-coordinate representation of color #EEDA50: hue angle of 52.41º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEDA50 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 80 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 52.41º | 0.82% | 0.62% | - |
| HSV(B) | 52.41º | 0.66% | 0.93% | - |
| XYZ | 61.78 | 68.9 | 17.63 | - |
| YUV | 208.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 80 | 0 | 0.08 | 0.66 | 0.07 | 52.41 | 0.82 | 0.62 |
| Hex | EE | DA | 50 | 0 | 8 | 42 | 7 | 34 | 52 | 3E |
| Octal | 356 | 332 | 120 | 0 | 10 | 102 | 7 | 64 | 122 | 76 |
| Binary | 11101110 | 11011010 | 1010000 | 0 | 1000 | 1000010 | 111 | 110100 | 1010010 | 111110 |
Color Harmonies of #EEDA50
Complementary color
Monochromatic Colors of #EEDA50
Black with #EEDA50
Text Example
Text Example
White with #EEDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA50; }
p { color: rgb(238,218,80); }
H1.HeaderClassName
{
color: #EEDA50;
}
.AnyTagClassName
{
color: #EEDA50;
}
</style>
background-color css
<style>
a { background-color: #EEDA50; }
a { background-color: rgb(238,218,80); }
div.DivClassName
{
background-color: #EEDA50;
}
.BgClassName
{
background-color: #EEDA50;
}
</style>
border-color css
<style>
span { border-color: #EEDA50; }
span { border-color: rgb(238,218,80); }
td.TdClassName
{
border-color: #EEDA50;
}
.TagClassName
{
border-color: #EEDA50;
}
</style>