Shades of Portica #EED960
Tints of Portica #EED960
RGB
CMYK
RGB Variations
Color information
#EED960 (or 0xEED960) is known color: Portica. HEX triplet: EE, D9 and 60. RGB value is (238,217,96). Sum of RGB (Red+Green+Blue) = 238+217+96=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EED960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED960 is #11269F. Grayscale: #D1D1D1. Windows color (decimal): -1124000 or 6347246. OLE color: 6347246.
HSL color Cylindrical-coordinate representation of color #EED960: hue angle of 51.13º 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 #EED960 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 96 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.07 |
| HSL | 51.13º | 0.81% | 0.65% | - |
| HSV(B) | 51.13º | 0.6% | 0.93% | - |
| XYZ | 62.18 | 68.65 | 21.04 | - |
| YUV | 209.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 96 | 0 | 0.09 | 0.60 | 0.07 | 51.13 | 0.81 | 0.65 |
| Hex | EE | D9 | 60 | 0 | 9 | 3C | 7 | 33 | 51 | 41 |
| Octal | 356 | 331 | 140 | 0 | 11 | 74 | 7 | 63 | 121 | 101 |
| Binary | 11101110 | 11011001 | 1100000 | 0 | 1001 | 111100 | 111 | 110011 | 1010001 | 1000001 |
Color Harmonies of #EED960
Complementary color
Monochromatic Colors of #EED960
Black with #EED960
Text Example
Text Example
White with #EED960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED960; }
p { color: rgb(238,217,96); }
H1.HeaderClassName
{
color: #EED960;
}
.AnyTagClassName
{
color: #EED960;
}
</style>
background-color css
<style>
a { background-color: #EED960; }
a { background-color: rgb(238,217,96); }
div.DivClassName
{
background-color: #EED960;
}
.BgClassName
{
background-color: #EED960;
}
</style>
border-color css
<style>
span { border-color: #EED960; }
span { border-color: rgb(238,217,96); }
td.TdClassName
{
border-color: #EED960;
}
.TagClassName
{
border-color: #EED960;
}
</style>