Shades of Portica #EDD153
Tints of Portica #EDD153
RGB
CMYK
RGB Variations
Color information
#EDD153 (or 0xEDD153) is known color: Portica. HEX triplet: ED, D1 and 53. RGB value is (237,209,83). Sum of RGB (Red+Green+Blue) = 237+209+83=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD153 is #122EAC. Grayscale: #CBCBCB. Windows color (decimal): -1191597 or 5493229. OLE color: 5493229.
HSL color Cylindrical-coordinate representation of color #EDD153: hue angle of 49.09º 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 #EDD153 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 83 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.07 |
| HSL | 49.09º | 0.81% | 0.63% | - |
| HSV(B) | 49.09º | 0.65% | 0.93% | - |
| XYZ | 59.29 | 64.23 | 17.46 | - |
| YUV | 203.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 83 | 0 | 0.12 | 0.65 | 0.07 | 49.09 | 0.81 | 0.63 |
| Hex | ED | D1 | 53 | 0 | C | 41 | 7 | 31 | 51 | 3F |
| Octal | 355 | 321 | 123 | 0 | 14 | 101 | 7 | 61 | 121 | 77 |
| Binary | 11101101 | 11010001 | 1010011 | 0 | 1100 | 1000001 | 111 | 110001 | 1010001 | 111111 |
Color Harmonies of #EDD153
Complementary color
Monochromatic Colors of #EDD153
Black with #EDD153
Text Example
Text Example
White with #EDD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD153; }
p { color: rgb(237,209,83); }
H1.HeaderClassName
{
color: #EDD153;
}
.AnyTagClassName
{
color: #EDD153;
}
</style>
background-color css
<style>
a { background-color: #EDD153; }
a { background-color: rgb(237,209,83); }
div.DivClassName
{
background-color: #EDD153;
}
.BgClassName
{
background-color: #EDD153;
}
</style>
border-color css
<style>
span { border-color: #EDD153; }
span { border-color: rgb(237,209,83); }
td.TdClassName
{
border-color: #EDD153;
}
.TagClassName
{
border-color: #EDD153;
}
</style>