Shades of Portica #EDDA56
Tints of Portica #EDDA56
RGB
CMYK
RGB Variations
Color information
#EDDA56 (or 0xEDDA56) is known color: Portica. HEX triplet: ED, DA and 56. RGB value is (237,218,86). Sum of RGB (Red+Green+Blue) = 237+218+86=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA56 is #1225A9. Grayscale: #D1D1D1. Windows color (decimal): -1189290 or 5692141. OLE color: 5692141.
HSL color Cylindrical-coordinate representation of color #EDDA56: hue angle of 52.45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDDA56 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 86 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.07 |
| HSL | 52.45º | 0.81% | 0.63% | - |
| HSV(B) | 52.45º | 0.64% | 0.93% | - |
| XYZ | 61.68 | 68.82 | 18.84 | - |
| YUV | 208.63 | 58.79 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 86 | 0 | 0.08 | 0.64 | 0.07 | 52.45 | 0.81 | 0.63 |
| Hex | ED | DA | 56 | 0 | 8 | 40 | 7 | 34 | 51 | 3F |
| Octal | 355 | 332 | 126 | 0 | 10 | 100 | 7 | 64 | 121 | 77 |
| Binary | 11101101 | 11011010 | 1010110 | 0 | 1000 | 1000000 | 111 | 110100 | 1010001 | 111111 |
Color Harmonies of #EDDA56
Complementary color
Monochromatic Colors of #EDDA56
Black with #EDDA56
Text Example
Text Example
White with #EDDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA56; }
p { color: rgb(237,218,86); }
H1.HeaderClassName
{
color: #EDDA56;
}
.AnyTagClassName
{
color: #EDDA56;
}
</style>
background-color css
<style>
a { background-color: #EDDA56; }
a { background-color: rgb(237,218,86); }
div.DivClassName
{
background-color: #EDDA56;
}
.BgClassName
{
background-color: #EDDA56;
}
</style>
border-color css
<style>
span { border-color: #EDDA56; }
span { border-color: rgb(237,218,86); }
td.TdClassName
{
border-color: #EDDA56;
}
.TagClassName
{
border-color: #EDDA56;
}
</style>