Shades of Portica #EDD150
Tints of Portica #EDD150
RGB
CMYK
RGB Variations
Color information
#EDD150 (or 0xEDD150) is known color: Portica. HEX triplet: ED, D1 and 50. RGB value is (237,209,80). Sum of RGB (Red+Green+Blue) = 237+209+80=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD150 is #122EAF. Grayscale: #CBCBCB. Windows color (decimal): -1191600 or 5296621. OLE color: 5296621.
HSL color Cylindrical-coordinate representation of color #EDD150: hue angle of 49.3º 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 #EDD150 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 80 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.07 |
| HSL | 49.3º | 0.81% | 0.62% | - |
| HSV(B) | 49.3º | 0.66% | 0.93% | - |
| XYZ | 59.17 | 64.18 | 16.86 | - |
| YUV | 202.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 80 | 0 | 0.12 | 0.66 | 0.07 | 49.3 | 0.81 | 0.62 |
| Hex | ED | D1 | 50 | 0 | C | 42 | 7 | 31 | 51 | 3E |
| Octal | 355 | 321 | 120 | 0 | 14 | 102 | 7 | 61 | 121 | 76 |
| Binary | 11101101 | 11010001 | 1010000 | 0 | 1100 | 1000010 | 111 | 110001 | 1010001 | 111110 |
Color Harmonies of #EDD150
Complementary color
Monochromatic Colors of #EDD150
Black with #EDD150
Text Example
Text Example
White with #EDD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD150; }
p { color: rgb(237,209,80); }
H1.HeaderClassName
{
color: #EDD150;
}
.AnyTagClassName
{
color: #EDD150;
}
</style>
background-color css
<style>
a { background-color: #EDD150; }
a { background-color: rgb(237,209,80); }
div.DivClassName
{
background-color: #EDD150;
}
.BgClassName
{
background-color: #EDD150;
}
</style>
border-color css
<style>
span { border-color: #EDD150; }
span { border-color: rgb(237,209,80); }
td.TdClassName
{
border-color: #EDD150;
}
.TagClassName
{
border-color: #EDD150;
}
</style>