Shades of Portica #EDD15A
Tints of Portica #EDD15A
RGB
CMYK
RGB Variations
Color information
#EDD15A (or 0xEDD15A) is known color: Portica. HEX triplet: ED, D1 and 5A. RGB value is (237,209,90). Sum of RGB (Red+Green+Blue) = 237+209+90=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD15A is #122EA5. Grayscale: #CCCCCC. Windows color (decimal): -1191590 or 5951981. OLE color: 5951981.
HSL color Cylindrical-coordinate representation of color #EDD15A: hue angle of 48.57º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDD15A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 90 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.07 |
| HSL | 48.57º | 0.8% | 0.64% | - |
| HSV(B) | 48.57º | 0.62% | 0.93% | - |
| XYZ | 59.57 | 64.34 | 18.95 | - |
| YUV | 203.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 90 | 0 | 0.12 | 0.62 | 0.07 | 48.57 | 0.8 | 0.64 |
| Hex | ED | D1 | 5A | 0 | C | 3E | 7 | 31 | 50 | 40 |
| Octal | 355 | 321 | 132 | 0 | 14 | 76 | 7 | 61 | 120 | 100 |
| Binary | 11101101 | 11010001 | 1011010 | 0 | 1100 | 111110 | 111 | 110001 | 1010000 | 1000000 |
Color Harmonies of #EDD15A
Complementary color
Monochromatic Colors of #EDD15A
Black with #EDD15A
Text Example
Text Example
White with #EDD15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD15A; }
p { color: rgb(237,209,90); }
H1.HeaderClassName
{
color: #EDD15A;
}
.AnyTagClassName
{
color: #EDD15A;
}
</style>
background-color css
<style>
a { background-color: #EDD15A; }
a { background-color: rgb(237,209,90); }
div.DivClassName
{
background-color: #EDD15A;
}
.BgClassName
{
background-color: #EDD15A;
}
</style>
border-color css
<style>
span { border-color: #EDD15A; }
span { border-color: rgb(237,209,90); }
td.TdClassName
{
border-color: #EDD15A;
}
.TagClassName
{
border-color: #EDD15A;
}
</style>