Shades of Portica #EDD95F
Tints of Portica #EDD95F
RGB
CMYK
RGB Variations
Color information
#EDD95F (or 0xEDD95F) is known color: Portica. HEX triplet: ED, D9 and 5F. RGB value is (237,217,95). Sum of RGB (Red+Green+Blue) = 237+217+95=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD95F is #1226A0. Grayscale: #D1D1D1. Windows color (decimal): -1189537 or 6281709. OLE color: 6281709.
HSL color Cylindrical-coordinate representation of color #EDD95F: hue angle of 51.55º 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 #EDD95F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 95 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.07 |
| HSL | 51.55º | 0.8% | 0.65% | - |
| HSV(B) | 51.55º | 0.6% | 0.93% | - |
| XYZ | 61.8 | 68.46 | 20.78 | - |
| YUV | 209.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 95 | 0 | 0.08 | 0.60 | 0.07 | 51.55 | 0.8 | 0.65 |
| Hex | ED | D9 | 5F | 0 | 8 | 3C | 7 | 34 | 50 | 41 |
| Octal | 355 | 331 | 137 | 0 | 10 | 74 | 7 | 64 | 120 | 101 |
| Binary | 11101101 | 11011001 | 1011111 | 0 | 1000 | 111100 | 111 | 110100 | 1010000 | 1000001 |
Color Harmonies of #EDD95F
Complementary color
Monochromatic Colors of #EDD95F
Black with #EDD95F
Text Example
Text Example
White with #EDD95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD95F; }
p { color: rgb(237,217,95); }
H1.HeaderClassName
{
color: #EDD95F;
}
.AnyTagClassName
{
color: #EDD95F;
}
</style>
background-color css
<style>
a { background-color: #EDD95F; }
a { background-color: rgb(237,217,95); }
div.DivClassName
{
background-color: #EDD95F;
}
.BgClassName
{
background-color: #EDD95F;
}
</style>
border-color css
<style>
span { border-color: #EDD95F; }
span { border-color: rgb(237,217,95); }
td.TdClassName
{
border-color: #EDD95F;
}
.TagClassName
{
border-color: #EDD95F;
}
</style>