Shades of Portica #EDDA50
Tints of Portica #EDDA50
RGB
CMYK
RGB Variations
Color information
#EDDA50 (or 0xEDDA50) is known color: Portica. HEX triplet: ED, DA and 50. RGB value is (237,218,80). Sum of RGB (Red+Green+Blue) = 237+218+80=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA50 is #1225AF. Grayscale: #D0D0D0. Windows color (decimal): -1189296 or 5298925. OLE color: 5298925.
HSL color Cylindrical-coordinate representation of color #EDDA50: hue angle of 52.74º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDDA50 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 80 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 52.74º | 0.81% | 0.62% | - |
| HSV(B) | 52.74º | 0.66% | 0.93% | - |
| XYZ | 61.44 | 68.73 | 17.62 | - |
| YUV | 207.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 80 | 0 | 0.08 | 0.66 | 0.07 | 52.74 | 0.81 | 0.62 |
| Hex | ED | DA | 50 | 0 | 8 | 42 | 7 | 35 | 51 | 3E |
| Octal | 355 | 332 | 120 | 0 | 10 | 102 | 7 | 65 | 121 | 76 |
| Binary | 11101101 | 11011010 | 1010000 | 0 | 1000 | 1000010 | 111 | 110101 | 1010001 | 111110 |
Color Harmonies of #EDDA50
Complementary color
Monochromatic Colors of #EDDA50
Black with #EDDA50
Text Example
Text Example
White with #EDDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA50; }
p { color: rgb(237,218,80); }
H1.HeaderClassName
{
color: #EDDA50;
}
.AnyTagClassName
{
color: #EDDA50;
}
</style>
background-color css
<style>
a { background-color: #EDDA50; }
a { background-color: rgb(237,218,80); }
div.DivClassName
{
background-color: #EDDA50;
}
.BgClassName
{
background-color: #EDDA50;
}
</style>
border-color css
<style>
span { border-color: #EDDA50; }
span { border-color: rgb(237,218,80); }
td.TdClassName
{
border-color: #EDDA50;
}
.TagClassName
{
border-color: #EDDA50;
}
</style>