Shades of Portica #EDD256
Tints of Portica #EDD256
RGB
CMYK
RGB Variations
Color information
#EDD256 (or 0xEDD256) is known color: Portica. HEX triplet: ED, D2 and 56. RGB value is (237,210,86). Sum of RGB (Red+Green+Blue) = 237+210+86=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD256 is #122DA9. Grayscale: #CCCCCC. Windows color (decimal): -1191338 or 5690093. OLE color: 5690093.
HSL color Cylindrical-coordinate representation of color #EDD256: hue angle of 49.27º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDD256 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 86 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.27º | 0.81% | 0.63% | - |
| HSV(B) | 49.27º | 0.64% | 0.93% | - |
| XYZ | 59.65 | 64.77 | 18.16 | - |
| YUV | 203.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 86 | 0 | 0.11 | 0.64 | 0.07 | 49.27 | 0.81 | 0.63 |
| Hex | ED | D2 | 56 | 0 | B | 40 | 7 | 31 | 51 | 3F |
| Octal | 355 | 322 | 126 | 0 | 13 | 100 | 7 | 61 | 121 | 77 |
| Binary | 11101101 | 11010010 | 1010110 | 0 | 1011 | 1000000 | 111 | 110001 | 1010001 | 111111 |
Color Harmonies of #EDD256
Complementary color
Monochromatic Colors of #EDD256
Black with #EDD256
Text Example
Text Example
White with #EDD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD256; }
p { color: rgb(237,210,86); }
H1.HeaderClassName
{
color: #EDD256;
}
.AnyTagClassName
{
color: #EDD256;
}
</style>
background-color css
<style>
a { background-color: #EDD256; }
a { background-color: rgb(237,210,86); }
div.DivClassName
{
background-color: #EDD256;
}
.BgClassName
{
background-color: #EDD256;
}
</style>
border-color css
<style>
span { border-color: #EDD256; }
span { border-color: rgb(237,210,86); }
td.TdClassName
{
border-color: #EDD256;
}
.TagClassName
{
border-color: #EDD256;
}
</style>