Shades of Portica #EDD960
Tints of Portica #EDD960
RGB
CMYK
RGB Variations
Color information
#EDD960 (or 0xEDD960) is known color: Portica. HEX triplet: ED, D9 and 60. RGB value is (237,217,96). Sum of RGB (Red+Green+Blue) = 237+217+96=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD960 is #12269F. Grayscale: #D1D1D1. Windows color (decimal): -1189536 or 6347245. OLE color: 6347245.
HSL color Cylindrical-coordinate representation of color #EDD960: hue angle of 51.49º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD960 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 96 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.07 |
| HSL | 51.49º | 0.8% | 0.65% | - |
| HSV(B) | 51.49º | 0.59% | 0.93% | - |
| XYZ | 61.85 | 68.47 | 21.02 | - |
| YUV | 209.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 96 | 0 | 0.08 | 0.59 | 0.07 | 51.49 | 0.8 | 0.65 |
| Hex | ED | D9 | 60 | 0 | 8 | 3B | 7 | 33 | 50 | 41 |
| Octal | 355 | 331 | 140 | 0 | 10 | 73 | 7 | 63 | 120 | 101 |
| Binary | 11101101 | 11011001 | 1100000 | 0 | 1000 | 111011 | 111 | 110011 | 1010000 | 1000001 |
Color Harmonies of #EDD960
Complementary color
Monochromatic Colors of #EDD960
Black with #EDD960
Text Example
Text Example
White with #EDD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD960; }
p { color: rgb(237,217,96); }
H1.HeaderClassName
{
color: #EDD960;
}
.AnyTagClassName
{
color: #EDD960;
}
</style>
background-color css
<style>
a { background-color: #EDD960; }
a { background-color: rgb(237,217,96); }
div.DivClassName
{
background-color: #EDD960;
}
.BgClassName
{
background-color: #EDD960;
}
</style>
border-color css
<style>
span { border-color: #EDD960; }
span { border-color: rgb(237,217,96); }
td.TdClassName
{
border-color: #EDD960;
}
.TagClassName
{
border-color: #EDD960;
}
</style>