Shades of Portica #EDD45F
Tints of Portica #EDD45F
RGB
CMYK
RGB Variations
Color information
#EDD45F (or 0xEDD45F) is known color: Portica. HEX triplet: ED, D4 and 5F. RGB value is (237,212,95). Sum of RGB (Red+Green+Blue) = 237+212+95=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD45F is #122BA0. Grayscale: #CECECE. Windows color (decimal): -1190817 or 6280429. OLE color: 6280429.
HSL color Cylindrical-coordinate representation of color #EDD45F: hue angle of 49.44º 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 #EDD45F is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 95 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.07 |
| HSL | 49.44º | 0.8% | 0.65% | - |
| HSV(B) | 49.44º | 0.6% | 0.93% | - |
| XYZ | 60.53 | 65.92 | 20.36 | - |
| YUV | 206.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 95 | 0 | 0.11 | 0.60 | 0.07 | 49.44 | 0.8 | 0.65 |
| Hex | ED | D4 | 5F | 0 | B | 3C | 7 | 31 | 50 | 41 |
| Octal | 355 | 324 | 137 | 0 | 13 | 74 | 7 | 61 | 120 | 101 |
| Binary | 11101101 | 11010100 | 1011111 | 0 | 1011 | 111100 | 111 | 110001 | 1010000 | 1000001 |
Color Harmonies of #EDD45F
Complementary color
Monochromatic Colors of #EDD45F
Black with #EDD45F
Text Example
Text Example
White with #EDD45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD45F; }
p { color: rgb(237,212,95); }
H1.HeaderClassName
{
color: #EDD45F;
}
.AnyTagClassName
{
color: #EDD45F;
}
</style>
background-color css
<style>
a { background-color: #EDD45F; }
a { background-color: rgb(237,212,95); }
div.DivClassName
{
background-color: #EDD45F;
}
.BgClassName
{
background-color: #EDD45F;
}
</style>
border-color css
<style>
span { border-color: #EDD45F; }
span { border-color: rgb(237,212,95); }
td.TdClassName
{
border-color: #EDD45F;
}
.TagClassName
{
border-color: #EDD45F;
}
</style>