Shades of Portica #EEDD63
Tints of Portica #EEDD63
RGB
CMYK
RGB Variations
Color information
#EEDD63 (or 0xEEDD63) is known color: Portica. HEX triplet: EE, DD and 63. RGB value is (238,221,99). Sum of RGB (Red+Green+Blue) = 238+221+99=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD63 is #11229C. Grayscale: #D4D4D4. Windows color (decimal): -1122973 or 6544878. OLE color: 6544878.
HSL color Cylindrical-coordinate representation of color #EEDD63: hue angle of 52.66º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEDD63 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 99 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.07 |
| HSL | 52.66º | 0.8% | 0.66% | - |
| HSV(B) | 52.66º | 0.58% | 0.93% | - |
| XYZ | 63.37 | 70.79 | 22.13 | - |
| YUV | 212.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 99 | 0 | 0.07 | 0.58 | 0.07 | 52.66 | 0.8 | 0.66 |
| Hex | EE | DD | 63 | 0 | 7 | 3A | 7 | 35 | 50 | 42 |
| Octal | 356 | 335 | 143 | 0 | 7 | 72 | 7 | 65 | 120 | 102 |
| Binary | 11101110 | 11011101 | 1100011 | 0 | 111 | 111010 | 111 | 110101 | 1010000 | 1000010 |
Color Harmonies of #EEDD63
Complementary color
Monochromatic Colors of #EEDD63
Black with #EEDD63
Text Example
Text Example
White with #EEDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD63; }
p { color: rgb(238,221,99); }
H1.HeaderClassName
{
color: #EEDD63;
}
.AnyTagClassName
{
color: #EEDD63;
}
</style>
background-color css
<style>
a { background-color: #EEDD63; }
a { background-color: rgb(238,221,99); }
div.DivClassName
{
background-color: #EEDD63;
}
.BgClassName
{
background-color: #EEDD63;
}
</style>
border-color css
<style>
span { border-color: #EEDD63; }
span { border-color: rgb(238,221,99); }
td.TdClassName
{
border-color: #EEDD63;
}
.TagClassName
{
border-color: #EEDD63;
}
</style>