Shades of Portica #EED660
Tints of Portica #EED660
RGB
CMYK
RGB Variations
Color information
#EED660 (or 0xEED660) is known color: Portica. HEX triplet: EE, D6 and 60. RGB value is (238,214,96). Sum of RGB (Red+Green+Blue) = 238+214+96=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EED660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED660 is #11299F. Grayscale: #D0D0D0. Windows color (decimal): -1124768 or 6346478. OLE color: 6346478.
HSL color Cylindrical-coordinate representation of color #EED660: hue angle of 49.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EED660 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 96 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.07 |
| HSL | 49.86º | 0.81% | 0.65% | - |
| HSV(B) | 49.86º | 0.6% | 0.93% | - |
| XYZ | 61.42 | 67.11 | 20.78 | - |
| YUV | 207.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 96 | 0 | 0.10 | 0.60 | 0.07 | 49.86 | 0.81 | 0.65 |
| Hex | EE | D6 | 60 | 0 | A | 3C | 7 | 32 | 51 | 41 |
| Octal | 356 | 326 | 140 | 0 | 12 | 74 | 7 | 62 | 121 | 101 |
| Binary | 11101110 | 11010110 | 1100000 | 0 | 1010 | 111100 | 111 | 110010 | 1010001 | 1000001 |
Color Harmonies of #EED660
Complementary color
Monochromatic Colors of #EED660
Black with #EED660
Text Example
Text Example
White with #EED660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED660; }
p { color: rgb(238,214,96); }
H1.HeaderClassName
{
color: #EED660;
}
.AnyTagClassName
{
color: #EED660;
}
</style>
background-color css
<style>
a { background-color: #EED660; }
a { background-color: rgb(238,214,96); }
div.DivClassName
{
background-color: #EED660;
}
.BgClassName
{
background-color: #EED660;
}
</style>
border-color css
<style>
span { border-color: #EED660; }
span { border-color: rgb(238,214,96); }
td.TdClassName
{
border-color: #EED660;
}
.TagClassName
{
border-color: #EED660;
}
</style>