Shades of Portica #EDDB50
Tints of Portica #EDDB50
RGB
CMYK
RGB Variations
Color information
#EDDB50 (or 0xEDDB50) is known color: Portica. HEX triplet: ED, DB and 50. RGB value is (237,219,80). Sum of RGB (Red+Green+Blue) = 237+219+80=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB50 is #1224AF. Grayscale: #D1D1D1. Windows color (decimal): -1189040 or 5299181. OLE color: 5299181.
HSL color Cylindrical-coordinate representation of color #EDDB50: hue angle of 53.12º 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 #EDDB50 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 80 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 53.12º | 0.81% | 0.62% | - |
| HSV(B) | 53.12º | 0.66% | 0.93% | - |
| XYZ | 61.7 | 69.25 | 17.7 | - |
| YUV | 208.54 | 55.46 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 80 | 0 | 0.08 | 0.66 | 0.07 | 53.12 | 0.81 | 0.62 |
| Hex | ED | DB | 50 | 0 | 8 | 42 | 7 | 35 | 51 | 3E |
| Octal | 355 | 333 | 120 | 0 | 10 | 102 | 7 | 65 | 121 | 76 |
| Binary | 11101101 | 11011011 | 1010000 | 0 | 1000 | 1000010 | 111 | 110101 | 1010001 | 111110 |
Color Harmonies of #EDDB50
Complementary color
Monochromatic Colors of #EDDB50
Black with #EDDB50
Text Example
Text Example
White with #EDDB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB50; }
p { color: rgb(237,219,80); }
H1.HeaderClassName
{
color: #EDDB50;
}
.AnyTagClassName
{
color: #EDDB50;
}
</style>
background-color css
<style>
a { background-color: #EDDB50; }
a { background-color: rgb(237,219,80); }
div.DivClassName
{
background-color: #EDDB50;
}
.BgClassName
{
background-color: #EDDB50;
}
</style>
border-color css
<style>
span { border-color: #EDDB50; }
span { border-color: rgb(237,219,80); }
td.TdClassName
{
border-color: #EDDB50;
}
.TagClassName
{
border-color: #EDDB50;
}
</style>