Shades of Portica #EDD359
Tints of Portica #EDD359
RGB
CMYK
RGB Variations
Color information
#EDD359 (or 0xEDD359) is known color: Portica. HEX triplet: ED, D3 and 59. RGB value is (237,211,89). Sum of RGB (Red+Green+Blue) = 237+211+89=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD359 is #122CA6. Grayscale: #CDCDCD. Windows color (decimal): -1191079 or 5886957. OLE color: 5886957.
HSL color Cylindrical-coordinate representation of color #EDD359: hue angle of 49.46º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDD359 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 89 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.46º | 0.8% | 0.64% | - |
| HSV(B) | 49.46º | 0.62% | 0.93% | - |
| XYZ | 60.02 | 65.31 | 18.89 | - |
| YUV | 204.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 89 | 0 | 0.11 | 0.62 | 0.07 | 49.46 | 0.8 | 0.64 |
| Hex | ED | D3 | 59 | 0 | B | 3E | 7 | 31 | 50 | 40 |
| Octal | 355 | 323 | 131 | 0 | 13 | 76 | 7 | 61 | 120 | 100 |
| Binary | 11101101 | 11010011 | 1011001 | 0 | 1011 | 111110 | 111 | 110001 | 1010000 | 1000000 |
Color Harmonies of #EDD359
Complementary color
Monochromatic Colors of #EDD359
Black with #EDD359
Text Example
Text Example
White with #EDD359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD359; }
p { color: rgb(237,211,89); }
H1.HeaderClassName
{
color: #EDD359;
}
.AnyTagClassName
{
color: #EDD359;
}
</style>
background-color css
<style>
a { background-color: #EDD359; }
a { background-color: rgb(237,211,89); }
div.DivClassName
{
background-color: #EDD359;
}
.BgClassName
{
background-color: #EDD359;
}
</style>
border-color css
<style>
span { border-color: #EDD359; }
span { border-color: rgb(237,211,89); }
td.TdClassName
{
border-color: #EDD359;
}
.TagClassName
{
border-color: #EDD359;
}
</style>