Shades of Portica #EDD15E
Tints of Portica #EDD15E
RGB
CMYK
RGB Variations
Color information
#EDD15E (or 0xEDD15E) is known color: Portica. HEX triplet: ED, D1 and 5E. RGB value is (237,209,94). Sum of RGB (Red+Green+Blue) = 237+209+94=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD15E is #122EA1. Grayscale: #CCCCCC. Windows color (decimal): -1191586 or 6214125. OLE color: 6214125.
HSL color Cylindrical-coordinate representation of color #EDD15E: hue angle of 48.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDD15E is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 94 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.07 |
| HSL | 48.25º | 0.8% | 0.65% | - |
| HSV(B) | 48.25º | 0.6% | 0.93% | - |
| XYZ | 59.75 | 64.41 | 19.87 | - |
| YUV | 204.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 94 | 0 | 0.12 | 0.60 | 0.07 | 48.25 | 0.8 | 0.65 |
| Hex | ED | D1 | 5E | 0 | C | 3C | 7 | 30 | 50 | 41 |
| Octal | 355 | 321 | 136 | 0 | 14 | 74 | 7 | 60 | 120 | 101 |
| Binary | 11101101 | 11010001 | 1011110 | 0 | 1100 | 111100 | 111 | 110000 | 1010000 | 1000001 |
Color Harmonies of #EDD15E
Complementary color
Monochromatic Colors of #EDD15E
Black with #EDD15E
Text Example
Text Example
White with #EDD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD15E; }
p { color: rgb(237,209,94); }
H1.HeaderClassName
{
color: #EDD15E;
}
.AnyTagClassName
{
color: #EDD15E;
}
</style>
background-color css
<style>
a { background-color: #EDD15E; }
a { background-color: rgb(237,209,94); }
div.DivClassName
{
background-color: #EDD15E;
}
.BgClassName
{
background-color: #EDD15E;
}
</style>
border-color css
<style>
span { border-color: #EDD15E; }
span { border-color: rgb(237,209,94); }
td.TdClassName
{
border-color: #EDD15E;
}
.TagClassName
{
border-color: #EDD15E;
}
</style>