Shades of Portica #EDD259
Tints of Portica #EDD259
RGB
CMYK
RGB Variations
Color information
#EDD259 (or 0xEDD259) is known color: Portica. HEX triplet: ED, D2 and 59. RGB value is (237,210,89). Sum of RGB (Red+Green+Blue) = 237+210+89=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD259 is #122DA6. Grayscale: #CCCCCC. Windows color (decimal): -1191335 or 5886701. OLE color: 5886701.
HSL color Cylindrical-coordinate representation of color #EDD259: hue angle of 49.05º 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 #EDD259 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 89 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.05º | 0.8% | 0.64% | - |
| HSV(B) | 49.05º | 0.62% | 0.93% | - |
| XYZ | 59.77 | 64.82 | 18.81 | - |
| YUV | 204.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 89 | 0 | 0.11 | 0.62 | 0.07 | 49.05 | 0.8 | 0.64 |
| Hex | ED | D2 | 59 | 0 | B | 3E | 7 | 31 | 50 | 40 |
| Octal | 355 | 322 | 131 | 0 | 13 | 76 | 7 | 61 | 120 | 100 |
| Binary | 11101101 | 11010010 | 1011001 | 0 | 1011 | 111110 | 111 | 110001 | 1010000 | 1000000 |
Color Harmonies of #EDD259
Complementary color
Monochromatic Colors of #EDD259
Black with #EDD259
Text Example
Text Example
White with #EDD259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD259; }
p { color: rgb(237,210,89); }
H1.HeaderClassName
{
color: #EDD259;
}
.AnyTagClassName
{
color: #EDD259;
}
</style>
background-color css
<style>
a { background-color: #EDD259; }
a { background-color: rgb(237,210,89); }
div.DivClassName
{
background-color: #EDD259;
}
.BgClassName
{
background-color: #EDD259;
}
</style>
border-color css
<style>
span { border-color: #EDD259; }
span { border-color: rgb(237,210,89); }
td.TdClassName
{
border-color: #EDD259;
}
.TagClassName
{
border-color: #EDD259;
}
</style>