Shades of Portica #EDD853
Tints of Portica #EDD853
RGB
CMYK
RGB Variations
Color information
#EDD853 (or 0xEDD853) is known color: Portica. HEX triplet: ED, D8 and 53. RGB value is (237,216,83). Sum of RGB (Red+Green+Blue) = 237+216+83=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD853 is #1227AC. Grayscale: #CFCFCF. Windows color (decimal): -1189805 or 5495021. OLE color: 5495021.
HSL color Cylindrical-coordinate representation of color #EDD853: hue angle of 51.82º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDD853 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 83 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.07 |
| HSL | 51.82º | 0.81% | 0.63% | - |
| HSV(B) | 51.82º | 0.65% | 0.93% | - |
| XYZ | 61.04 | 67.74 | 18.04 | - |
| YUV | 207.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 83 | 0 | 0.09 | 0.65 | 0.07 | 51.82 | 0.81 | 0.63 |
| Hex | ED | D8 | 53 | 0 | 9 | 41 | 7 | 34 | 51 | 3F |
| Octal | 355 | 330 | 123 | 0 | 11 | 101 | 7 | 64 | 121 | 77 |
| Binary | 11101101 | 11011000 | 1010011 | 0 | 1001 | 1000001 | 111 | 110100 | 1010001 | 111111 |
Color Harmonies of #EDD853
Complementary color
Monochromatic Colors of #EDD853
Black with #EDD853
Text Example
Text Example
White with #EDD853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD853; }
p { color: rgb(237,216,83); }
H1.HeaderClassName
{
color: #EDD853;
}
.AnyTagClassName
{
color: #EDD853;
}
</style>
background-color css
<style>
a { background-color: #EDD853; }
a { background-color: rgb(237,216,83); }
div.DivClassName
{
background-color: #EDD853;
}
.BgClassName
{
background-color: #EDD853;
}
</style>
border-color css
<style>
span { border-color: #EDD853; }
span { border-color: rgb(237,216,83); }
td.TdClassName
{
border-color: #EDD853;
}
.TagClassName
{
border-color: #EDD853;
}
</style>