Shades of Portica #EDD961
Tints of Portica #EDD961
RGB
CMYK
RGB Variations
Color information
#EDD961 (or 0xEDD961) is known color: Portica. HEX triplet: ED, D9 and 61. RGB value is (237,217,97). Sum of RGB (Red+Green+Blue) = 237+217+97=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD961 is #12269E. Grayscale: #D1D1D1. Windows color (decimal): -1189535 or 6412781. OLE color: 6412781.
HSL color Cylindrical-coordinate representation of color #EDD961: hue angle of 51.43º 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 #EDD961 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 97 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.07 |
| HSL | 51.43º | 0.8% | 0.65% | - |
| HSV(B) | 51.43º | 0.59% | 0.93% | - |
| XYZ | 61.9 | 68.49 | 21.27 | - |
| YUV | 209.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 97 | 0 | 0.08 | 0.59 | 0.07 | 51.43 | 0.8 | 0.65 |
| Hex | ED | D9 | 61 | 0 | 8 | 3B | 7 | 33 | 50 | 41 |
| Octal | 355 | 331 | 141 | 0 | 10 | 73 | 7 | 63 | 120 | 101 |
| Binary | 11101101 | 11011001 | 1100001 | 0 | 1000 | 111011 | 111 | 110011 | 1010000 | 1000001 |
Color Harmonies of #EDD961
Complementary color
Monochromatic Colors of #EDD961
Black with #EDD961
Text Example
Text Example
White with #EDD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD961; }
p { color: rgb(237,217,97); }
H1.HeaderClassName
{
color: #EDD961;
}
.AnyTagClassName
{
color: #EDD961;
}
</style>
background-color css
<style>
a { background-color: #EDD961; }
a { background-color: rgb(237,217,97); }
div.DivClassName
{
background-color: #EDD961;
}
.BgClassName
{
background-color: #EDD961;
}
</style>
border-color css
<style>
span { border-color: #EDD961; }
span { border-color: rgb(237,217,97); }
td.TdClassName
{
border-color: #EDD961;
}
.TagClassName
{
border-color: #EDD961;
}
</style>