Shades of Portica #EDD756
Tints of Portica #EDD756
RGB
CMYK
RGB Variations
Color information
#EDD756 (or 0xEDD756) is known color: Portica. HEX triplet: ED, D7 and 56. RGB value is (237,215,86). Sum of RGB (Red+Green+Blue) = 237+215+86=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD756 is #1228A9. Grayscale: #CFCFCF. Windows color (decimal): -1190058 or 5691373. OLE color: 5691373.
HSL color Cylindrical-coordinate representation of color #EDD756: hue angle of 51.26º 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 #EDD756 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 86 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.07 |
| HSL | 51.26º | 0.81% | 0.63% | - |
| HSV(B) | 51.26º | 0.64% | 0.93% | - |
| XYZ | 60.91 | 67.28 | 18.58 | - |
| YUV | 206.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 86 | 0 | 0.09 | 0.64 | 0.07 | 51.26 | 0.81 | 0.63 |
| Hex | ED | D7 | 56 | 0 | 9 | 40 | 7 | 33 | 51 | 3F |
| Octal | 355 | 327 | 126 | 0 | 11 | 100 | 7 | 63 | 121 | 77 |
| Binary | 11101101 | 11010111 | 1010110 | 0 | 1001 | 1000000 | 111 | 110011 | 1010001 | 111111 |
Color Harmonies of #EDD756
Complementary color
Monochromatic Colors of #EDD756
Black with #EDD756
Text Example
Text Example
White with #EDD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD756; }
p { color: rgb(237,215,86); }
H1.HeaderClassName
{
color: #EDD756;
}
.AnyTagClassName
{
color: #EDD756;
}
</style>
background-color css
<style>
a { background-color: #EDD756; }
a { background-color: rgb(237,215,86); }
div.DivClassName
{
background-color: #EDD756;
}
.BgClassName
{
background-color: #EDD756;
}
</style>
border-color css
<style>
span { border-color: #EDD756; }
span { border-color: rgb(237,215,86); }
td.TdClassName
{
border-color: #EDD756;
}
.TagClassName
{
border-color: #EDD756;
}
</style>