Shades of Portica #EEDD62
Tints of Portica #EEDD62
RGB
CMYK
RGB Variations
Color information
#EEDD62 (or 0xEEDD62) is known color: Portica. HEX triplet: EE, DD and 62. RGB value is (238,221,98). Sum of RGB (Red+Green+Blue) = 238+221+98=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD62 is #11229D. Grayscale: #D4D4D4. Windows color (decimal): -1122974 or 6479342. OLE color: 6479342.
HSL color Cylindrical-coordinate representation of color #EEDD62: hue angle of 52.71º 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 #EEDD62 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 98 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.07 |
| HSL | 52.71º | 0.8% | 0.66% | - |
| HSV(B) | 52.71º | 0.59% | 0.93% | - |
| XYZ | 63.32 | 70.77 | 21.88 | - |
| YUV | 212.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 98 | 0 | 0.07 | 0.59 | 0.07 | 52.71 | 0.8 | 0.66 |
| Hex | EE | DD | 62 | 0 | 7 | 3B | 7 | 35 | 50 | 42 |
| Octal | 356 | 335 | 142 | 0 | 7 | 73 | 7 | 65 | 120 | 102 |
| Binary | 11101110 | 11011101 | 1100010 | 0 | 111 | 111011 | 111 | 110101 | 1010000 | 1000010 |
Color Harmonies of #EEDD62
Complementary color
Monochromatic Colors of #EEDD62
Black with #EEDD62
Text Example
Text Example
White with #EEDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD62; }
p { color: rgb(238,221,98); }
H1.HeaderClassName
{
color: #EEDD62;
}
.AnyTagClassName
{
color: #EEDD62;
}
</style>
background-color css
<style>
a { background-color: #EEDD62; }
a { background-color: rgb(238,221,98); }
div.DivClassName
{
background-color: #EEDD62;
}
.BgClassName
{
background-color: #EEDD62;
}
</style>
border-color css
<style>
span { border-color: #EEDD62; }
span { border-color: rgb(238,221,98); }
td.TdClassName
{
border-color: #EEDD62;
}
.TagClassName
{
border-color: #EEDD62;
}
</style>