Shades of Portica #EDD350
Tints of Portica #EDD350
RGB
CMYK
RGB Variations
Color information
#EDD350 (or 0xEDD350) is known color: Portica. HEX triplet: ED, D3 and 50. RGB value is (237,211,80). Sum of RGB (Red+Green+Blue) = 237+211+80=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD350 is #122CAF. Grayscale: #CCCCCC. Windows color (decimal): -1191088 or 5297133. OLE color: 5297133.
HSL color Cylindrical-coordinate representation of color #EDD350: hue angle of 50.06º 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 #EDD350 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 80 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.07 |
| HSL | 50.06º | 0.81% | 0.62% | - |
| HSV(B) | 50.06º | 0.66% | 0.93% | - |
| XYZ | 59.67 | 65.17 | 17.02 | - |
| YUV | 203.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 80 | 0 | 0.11 | 0.66 | 0.07 | 50.06 | 0.81 | 0.62 |
| Hex | ED | D3 | 50 | 0 | B | 42 | 7 | 32 | 51 | 3E |
| Octal | 355 | 323 | 120 | 0 | 13 | 102 | 7 | 62 | 121 | 76 |
| Binary | 11101101 | 11010011 | 1010000 | 0 | 1011 | 1000010 | 111 | 110010 | 1010001 | 111110 |
Color Harmonies of #EDD350
Complementary color
Monochromatic Colors of #EDD350
Black with #EDD350
Text Example
Text Example
White with #EDD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD350; }
p { color: rgb(237,211,80); }
H1.HeaderClassName
{
color: #EDD350;
}
.AnyTagClassName
{
color: #EDD350;
}
</style>
background-color css
<style>
a { background-color: #EDD350; }
a { background-color: rgb(237,211,80); }
div.DivClassName
{
background-color: #EDD350;
}
.BgClassName
{
background-color: #EDD350;
}
</style>
border-color css
<style>
span { border-color: #EDD350; }
span { border-color: rgb(237,211,80); }
td.TdClassName
{
border-color: #EDD350;
}
.TagClassName
{
border-color: #EDD350;
}
</style>