Shades of Portica #EDD661
Tints of Portica #EDD661
RGB
CMYK
RGB Variations
Color information
#EDD661 (or 0xEDD661) is known color: Portica. HEX triplet: ED, D6 and 61. RGB value is (237,214,97). Sum of RGB (Red+Green+Blue) = 237+214+97=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD661 is #12299E. Grayscale: #D0D0D0. Windows color (decimal): -1190303 or 6412013. OLE color: 6412013.
HSL color Cylindrical-coordinate representation of color #EDD661: hue angle of 50.14º 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 #EDD661 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 97 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.07 |
| HSL | 50.14º | 0.8% | 0.65% | - |
| HSV(B) | 50.14º | 0.59% | 0.93% | - |
| XYZ | 61.13 | 66.96 | 21.01 | - |
| YUV | 207.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 97 | 0 | 0.10 | 0.59 | 0.07 | 50.14 | 0.8 | 0.65 |
| Hex | ED | D6 | 61 | 0 | A | 3B | 7 | 32 | 50 | 41 |
| Octal | 355 | 326 | 141 | 0 | 12 | 73 | 7 | 62 | 120 | 101 |
| Binary | 11101101 | 11010110 | 1100001 | 0 | 1010 | 111011 | 111 | 110010 | 1010000 | 1000001 |
Color Harmonies of #EDD661
Complementary color
Monochromatic Colors of #EDD661
Black with #EDD661
Text Example
Text Example
White with #EDD661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD661; }
p { color: rgb(237,214,97); }
H1.HeaderClassName
{
color: #EDD661;
}
.AnyTagClassName
{
color: #EDD661;
}
</style>
background-color css
<style>
a { background-color: #EDD661; }
a { background-color: rgb(237,214,97); }
div.DivClassName
{
background-color: #EDD661;
}
.BgClassName
{
background-color: #EDD661;
}
</style>
border-color css
<style>
span { border-color: #EDD661; }
span { border-color: rgb(237,214,97); }
td.TdClassName
{
border-color: #EDD661;
}
.TagClassName
{
border-color: #EDD661;
}
</style>