Shades of Portica #EDD55F
Tints of Portica #EDD55F
RGB
CMYK
RGB Variations
Color information
#EDD55F (or 0xEDD55F) is known color: Portica. HEX triplet: ED, D5 and 5F. RGB value is (237,213,95). Sum of RGB (Red+Green+Blue) = 237+213+95=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD55F is #122AA0. Grayscale: #CFCFCF. Windows color (decimal): -1190561 or 6280685. OLE color: 6280685.
HSL color Cylindrical-coordinate representation of color #EDD55F: hue angle of 49.86º 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 #EDD55F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 95 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.07 |
| HSL | 49.86º | 0.8% | 0.65% | - |
| HSV(B) | 49.86º | 0.6% | 0.93% | - |
| XYZ | 60.78 | 66.42 | 20.44 | - |
| YUV | 206.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 95 | 0 | 0.10 | 0.60 | 0.07 | 49.86 | 0.8 | 0.65 |
| Hex | ED | D5 | 5F | 0 | A | 3C | 7 | 32 | 50 | 41 |
| Octal | 355 | 325 | 137 | 0 | 12 | 74 | 7 | 62 | 120 | 101 |
| Binary | 11101101 | 11010101 | 1011111 | 0 | 1010 | 111100 | 111 | 110010 | 1010000 | 1000001 |
Color Harmonies of #EDD55F
Complementary color
Monochromatic Colors of #EDD55F
Black with #EDD55F
Text Example
Text Example
White with #EDD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD55F; }
p { color: rgb(237,213,95); }
H1.HeaderClassName
{
color: #EDD55F;
}
.AnyTagClassName
{
color: #EDD55F;
}
</style>
background-color css
<style>
a { background-color: #EDD55F; }
a { background-color: rgb(237,213,95); }
div.DivClassName
{
background-color: #EDD55F;
}
.BgClassName
{
background-color: #EDD55F;
}
</style>
border-color css
<style>
span { border-color: #EDD55F; }
span { border-color: rgb(237,213,95); }
td.TdClassName
{
border-color: #EDD55F;
}
.TagClassName
{
border-color: #EDD55F;
}
</style>