Shades of Portica #EDD154
Tints of Portica #EDD154
RGB
CMYK
RGB Variations
Color information
#EDD154 (or 0xEDD154) is known color: Portica. HEX triplet: ED, D1 and 54. RGB value is (237,209,84). Sum of RGB (Red+Green+Blue) = 237+209+84=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD154 is #122EAB. Grayscale: #CBCBCB. Windows color (decimal): -1191596 or 5558765. OLE color: 5558765.
HSL color Cylindrical-coordinate representation of color #EDD154: hue angle of 49.02º 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 #EDD154 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 84 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.07 |
| HSL | 49.02º | 0.81% | 0.63% | - |
| HSV(B) | 49.02º | 0.65% | 0.93% | - |
| XYZ | 59.33 | 64.25 | 17.66 | - |
| YUV | 203.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 84 | 0 | 0.12 | 0.65 | 0.07 | 49.02 | 0.81 | 0.63 |
| Hex | ED | D1 | 54 | 0 | C | 41 | 7 | 31 | 51 | 3F |
| Octal | 355 | 321 | 124 | 0 | 14 | 101 | 7 | 61 | 121 | 77 |
| Binary | 11101101 | 11010001 | 1010100 | 0 | 1100 | 1000001 | 111 | 110001 | 1010001 | 111111 |
Color Harmonies of #EDD154
Complementary color
Monochromatic Colors of #EDD154
Black with #EDD154
Text Example
Text Example
White with #EDD154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD154; }
p { color: rgb(237,209,84); }
H1.HeaderClassName
{
color: #EDD154;
}
.AnyTagClassName
{
color: #EDD154;
}
</style>
background-color css
<style>
a { background-color: #EDD154; }
a { background-color: rgb(237,209,84); }
div.DivClassName
{
background-color: #EDD154;
}
.BgClassName
{
background-color: #EDD154;
}
</style>
border-color css
<style>
span { border-color: #EDD154; }
span { border-color: rgb(237,209,84); }
td.TdClassName
{
border-color: #EDD154;
}
.TagClassName
{
border-color: #EDD154;
}
</style>