Shades of Portica #EDCE56
Tints of Portica #EDCE56
RGB
CMYK
RGB Variations
Color information
#EDCE56 (or 0xEDCE56) is known color: Portica. HEX triplet: ED, CE and 56. RGB value is (237,206,86). Sum of RGB (Red+Green+Blue) = 237+206+86=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE56 is #1231A9. Grayscale: #CACACA. Windows color (decimal): -1192362 or 5689069. OLE color: 5689069.
HSL color Cylindrical-coordinate representation of color #EDCE56: hue angle of 47.68º 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 #EDCE56 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 86 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.07 |
| HSL | 47.68º | 0.81% | 0.63% | - |
| HSV(B) | 47.68º | 0.64% | 0.93% | - |
| XYZ | 58.68 | 62.82 | 17.84 | - |
| YUV | 201.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 86 | 0 | 0.13 | 0.64 | 0.07 | 47.68 | 0.81 | 0.63 |
| Hex | ED | CE | 56 | 0 | D | 40 | 7 | 30 | 51 | 3F |
| Octal | 355 | 316 | 126 | 0 | 15 | 100 | 7 | 60 | 121 | 77 |
| Binary | 11101101 | 11001110 | 1010110 | 0 | 1101 | 1000000 | 111 | 110000 | 1010001 | 111111 |
Color Harmonies of #EDCE56
Complementary color
Monochromatic Colors of #EDCE56
Black with #EDCE56
Text Example
Text Example
White with #EDCE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE56; }
p { color: rgb(237,206,86); }
H1.HeaderClassName
{
color: #EDCE56;
}
.AnyTagClassName
{
color: #EDCE56;
}
</style>
background-color css
<style>
a { background-color: #EDCE56; }
a { background-color: rgb(237,206,86); }
div.DivClassName
{
background-color: #EDCE56;
}
.BgClassName
{
background-color: #EDCE56;
}
</style>
border-color css
<style>
span { border-color: #EDCE56; }
span { border-color: rgb(237,206,86); }
td.TdClassName
{
border-color: #EDCE56;
}
.TagClassName
{
border-color: #EDCE56;
}
</style>