Shades of Portica #EEDA62
Tints of Portica #EEDA62
RGB
CMYK
RGB Variations
Color information
#EEDA62 (or 0xEEDA62) is known color: Portica. HEX triplet: EE, DA and 62. RGB value is (238,218,98). Sum of RGB (Red+Green+Blue) = 238+218+98=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA62 is #11259D. Grayscale: #D2D2D2. Windows color (decimal): -1123742 or 6478574. OLE color: 6478574.
HSL color Cylindrical-coordinate representation of color #EEDA62: hue angle of 51.43º degrees, saturation: 0.8, 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 #EEDA62 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 98 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.07 |
| HSL | 51.43º | 0.8% | 0.66% | - |
| HSV(B) | 51.43º | 0.59% | 0.93% | - |
| XYZ | 62.54 | 69.2 | 21.62 | - |
| YUV | 210.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 98 | 0 | 0.08 | 0.59 | 0.07 | 51.43 | 0.8 | 0.66 |
| Hex | EE | DA | 62 | 0 | 8 | 3B | 7 | 33 | 50 | 42 |
| Octal | 356 | 332 | 142 | 0 | 10 | 73 | 7 | 63 | 120 | 102 |
| Binary | 11101110 | 11011010 | 1100010 | 0 | 1000 | 111011 | 111 | 110011 | 1010000 | 1000010 |
Color Harmonies of #EEDA62
Complementary color
Monochromatic Colors of #EEDA62
Black with #EEDA62
Text Example
Text Example
White with #EEDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA62; }
p { color: rgb(238,218,98); }
H1.HeaderClassName
{
color: #EEDA62;
}
.AnyTagClassName
{
color: #EEDA62;
}
</style>
background-color css
<style>
a { background-color: #EEDA62; }
a { background-color: rgb(238,218,98); }
div.DivClassName
{
background-color: #EEDA62;
}
.BgClassName
{
background-color: #EEDA62;
}
</style>
border-color css
<style>
span { border-color: #EEDA62; }
span { border-color: rgb(238,218,98); }
td.TdClassName
{
border-color: #EEDA62;
}
.TagClassName
{
border-color: #EEDA62;
}
</style>