Shades of Portica #EDDA51
Tints of Portica #EDDA51
RGB
CMYK
RGB Variations
Color information
#EDDA51 (or 0xEDDA51) is known color: Portica. HEX triplet: ED, DA and 51. RGB value is (237,218,81). Sum of RGB (Red+Green+Blue) = 237+218+81=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 81 (32.03% from 255 or 15.11% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA51 is #1225AE. Grayscale: #D0D0D0. Windows color (decimal): -1189295 or 5364461. OLE color: 5364461.
HSL color Cylindrical-coordinate representation of color #EDDA51: hue angle of 52.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDDA51 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 81 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 52.69º | 0.81% | 0.62% | - |
| HSV(B) | 52.69º | 0.66% | 0.93% | - |
| XYZ | 61.48 | 68.74 | 17.81 | - |
| YUV | 208.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 81 | 0 | 0.08 | 0.66 | 0.07 | 52.69 | 0.81 | 0.62 |
| Hex | ED | DA | 51 | 0 | 8 | 42 | 7 | 35 | 51 | 3E |
| Octal | 355 | 332 | 121 | 0 | 10 | 102 | 7 | 65 | 121 | 76 |
| Binary | 11101101 | 11011010 | 1010001 | 0 | 1000 | 1000010 | 111 | 110101 | 1010001 | 111110 |
Color Harmonies of #EDDA51
Complementary color
Monochromatic Colors of #EDDA51
Black with #EDDA51
Text Example
Text Example
White with #EDDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA51; }
p { color: rgb(237,218,81); }
H1.HeaderClassName
{
color: #EDDA51;
}
.AnyTagClassName
{
color: #EDDA51;
}
</style>
background-color css
<style>
a { background-color: #EDDA51; }
a { background-color: rgb(237,218,81); }
div.DivClassName
{
background-color: #EDDA51;
}
.BgClassName
{
background-color: #EDDA51;
}
</style>
border-color css
<style>
span { border-color: #EDDA51; }
span { border-color: rgb(237,218,81); }
td.TdClassName
{
border-color: #EDDA51;
}
.TagClassName
{
border-color: #EDDA51;
}
</style>