Shades of Portica #EDD855
Tints of Portica #EDD855
RGB
CMYK
RGB Variations
Color information
#EDD855 (or 0xEDD855) is known color: Portica. HEX triplet: ED, D8 and 55. RGB value is (237,216,85). Sum of RGB (Red+Green+Blue) = 237+216+85=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD855 is #1227AA. Grayscale: #CFCFCF. Windows color (decimal): -1189803 or 5626093. OLE color: 5626093.
HSL color Cylindrical-coordinate representation of color #EDD855: hue angle of 51.71º 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 #EDD855 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 85 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.07 |
| HSL | 51.71º | 0.81% | 0.63% | - |
| HSV(B) | 51.71º | 0.64% | 0.93% | - |
| XYZ | 61.12 | 67.77 | 18.45 | - |
| YUV | 207.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 85 | 0 | 0.09 | 0.64 | 0.07 | 51.71 | 0.81 | 0.63 |
| Hex | ED | D8 | 55 | 0 | 9 | 40 | 7 | 34 | 51 | 3F |
| Octal | 355 | 330 | 125 | 0 | 11 | 100 | 7 | 64 | 121 | 77 |
| Binary | 11101101 | 11011000 | 1010101 | 0 | 1001 | 1000000 | 111 | 110100 | 1010001 | 111111 |
Color Harmonies of #EDD855
Complementary color
Monochromatic Colors of #EDD855
Black with #EDD855
Text Example
Text Example
White with #EDD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD855; }
p { color: rgb(237,216,85); }
H1.HeaderClassName
{
color: #EDD855;
}
.AnyTagClassName
{
color: #EDD855;
}
</style>
background-color css
<style>
a { background-color: #EDD855; }
a { background-color: rgb(237,216,85); }
div.DivClassName
{
background-color: #EDD855;
}
.BgClassName
{
background-color: #EDD855;
}
</style>
border-color css
<style>
span { border-color: #EDD855; }
span { border-color: rgb(237,216,85); }
td.TdClassName
{
border-color: #EDD855;
}
.TagClassName
{
border-color: #EDD855;
}
</style>