Shades of Portica #EEDC64
Tints of Portica #EEDC64
RGB
CMYK
RGB Variations
Color information
#EEDC64 (or 0xEEDC64) is known color: Portica. HEX triplet: EE, DC and 64. RGB value is (238,220,100). Sum of RGB (Red+Green+Blue) = 238+220+100=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC64 is #11239B. Grayscale: #D4D4D4. Windows color (decimal): -1123228 or 6610158. OLE color: 6610158.
HSL color Cylindrical-coordinate representation of color #EEDC64: hue angle of 52.17º 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 #EEDC64 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 100 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 52.17º | 0.8% | 0.66% | - |
| HSV(B) | 52.17º | 0.58% | 0.93% | - |
| XYZ | 63.15 | 70.28 | 22.29 | - |
| YUV | 211.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 100 | 0 | 0.08 | 0.58 | 0.07 | 52.17 | 0.8 | 0.66 |
| Hex | EE | DC | 64 | 0 | 8 | 3A | 7 | 34 | 50 | 42 |
| Octal | 356 | 334 | 144 | 0 | 10 | 72 | 7 | 64 | 120 | 102 |
| Binary | 11101110 | 11011100 | 1100100 | 0 | 1000 | 111010 | 111 | 110100 | 1010000 | 1000010 |
Color Harmonies of #EEDC64
Complementary color
Monochromatic Colors of #EEDC64
Black with #EEDC64
Text Example
Text Example
White with #EEDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC64; }
p { color: rgb(238,220,100); }
H1.HeaderClassName
{
color: #EEDC64;
}
.AnyTagClassName
{
color: #EEDC64;
}
</style>
background-color css
<style>
a { background-color: #EEDC64; }
a { background-color: rgb(238,220,100); }
div.DivClassName
{
background-color: #EEDC64;
}
.BgClassName
{
background-color: #EEDC64;
}
</style>
border-color css
<style>
span { border-color: #EEDC64; }
span { border-color: rgb(238,220,100); }
td.TdClassName
{
border-color: #EEDC64;
}
.TagClassName
{
border-color: #EEDC64;
}
</style>