Shades of Portica #EEDA52
Tints of Portica #EEDA52
RGB
CMYK
RGB Variations
Color information
#EEDA52 (or 0xEEDA52) is known color: Portica. HEX triplet: EE, DA and 52. RGB value is (238,218,82). Sum of RGB (Red+Green+Blue) = 238+218+82=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA52 is #1125AD. Grayscale: #D1D1D1. Windows color (decimal): -1123758 or 5429998. OLE color: 5429998.
HSL color Cylindrical-coordinate representation of color #EEDA52: hue angle of 52.31º 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 #EEDA52 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 82 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 52.31º | 0.82% | 0.63% | - |
| HSV(B) | 52.31º | 0.66% | 0.93% | - |
| XYZ | 61.85 | 68.93 | 18.03 | - |
| YUV | 208.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 82 | 0 | 0.08 | 0.66 | 0.07 | 52.31 | 0.82 | 0.63 |
| Hex | EE | DA | 52 | 0 | 8 | 42 | 7 | 34 | 52 | 3F |
| Octal | 356 | 332 | 122 | 0 | 10 | 102 | 7 | 64 | 122 | 77 |
| Binary | 11101110 | 11011010 | 1010010 | 0 | 1000 | 1000010 | 111 | 110100 | 1010010 | 111111 |
Color Harmonies of #EEDA52
Complementary color
Monochromatic Colors of #EEDA52
Black with #EEDA52
Text Example
Text Example
White with #EEDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA52; }
p { color: rgb(238,218,82); }
H1.HeaderClassName
{
color: #EEDA52;
}
.AnyTagClassName
{
color: #EEDA52;
}
</style>
background-color css
<style>
a { background-color: #EEDA52; }
a { background-color: rgb(238,218,82); }
div.DivClassName
{
background-color: #EEDA52;
}
.BgClassName
{
background-color: #EEDA52;
}
</style>
border-color css
<style>
span { border-color: #EEDA52; }
span { border-color: rgb(238,218,82); }
td.TdClassName
{
border-color: #EEDA52;
}
.TagClassName
{
border-color: #EEDA52;
}
</style>