Shades of Portica #EEDA51
Tints of Portica #EEDA51
RGB
CMYK
RGB Variations
Color information
#EEDA51 (or 0xEEDA51) is known color: Portica. HEX triplet: EE, DA and 51. RGB value is (238,218,81). Sum of RGB (Red+Green+Blue) = 238+218+81=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 81 (32.03% from 255 or 15.08% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA51 is #1125AE. Grayscale: #D0D0D0. Windows color (decimal): -1123759 or 5364462. OLE color: 5364462.
HSL color Cylindrical-coordinate representation of color #EEDA51: hue angle of 52.36º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEDA51 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 81 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 52.36º | 0.82% | 0.63% | - |
| HSV(B) | 52.36º | 0.66% | 0.93% | - |
| XYZ | 61.82 | 68.91 | 17.83 | - |
| YUV | 208.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 81 | 0 | 0.08 | 0.66 | 0.07 | 52.36 | 0.82 | 0.63 |
| Hex | EE | DA | 51 | 0 | 8 | 42 | 7 | 34 | 52 | 3F |
| Octal | 356 | 332 | 121 | 0 | 10 | 102 | 7 | 64 | 122 | 77 |
| Binary | 11101110 | 11011010 | 1010001 | 0 | 1000 | 1000010 | 111 | 110100 | 1010010 | 111111 |
Color Harmonies of #EEDA51
Complementary color
Monochromatic Colors of #EEDA51
Black with #EEDA51
Text Example
Text Example
White with #EEDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA51; }
p { color: rgb(238,218,81); }
H1.HeaderClassName
{
color: #EEDA51;
}
.AnyTagClassName
{
color: #EEDA51;
}
</style>
background-color css
<style>
a { background-color: #EEDA51; }
a { background-color: rgb(238,218,81); }
div.DivClassName
{
background-color: #EEDA51;
}
.BgClassName
{
background-color: #EEDA51;
}
</style>
border-color css
<style>
span { border-color: #EEDA51; }
span { border-color: rgb(238,218,81); }
td.TdClassName
{
border-color: #EEDA51;
}
.TagClassName
{
border-color: #EEDA51;
}
</style>