Shades of Portica #EDDB51
Tints of Portica #EDDB51
RGB
CMYK
RGB Variations
Color information
#EDDB51 (or 0xEDDB51) is known color: Portica. HEX triplet: ED, DB and 51. RGB value is (237,219,81). Sum of RGB (Red+Green+Blue) = 237+219+81=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 81 (32.03% from 255 or 15.08% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB51 is #1224AE. Grayscale: #D1D1D1. Windows color (decimal): -1189039 or 5364717. OLE color: 5364717.
HSL color Cylindrical-coordinate representation of color #EDDB51: hue angle of 53.08º 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 #EDDB51 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 81 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 53.08º | 0.81% | 0.62% | - |
| HSV(B) | 53.08º | 0.66% | 0.93% | - |
| XYZ | 61.74 | 69.26 | 17.9 | - |
| YUV | 208.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 81 | 0 | 0.08 | 0.66 | 0.07 | 53.08 | 0.81 | 0.62 |
| Hex | ED | DB | 51 | 0 | 8 | 42 | 7 | 35 | 51 | 3E |
| Octal | 355 | 333 | 121 | 0 | 10 | 102 | 7 | 65 | 121 | 76 |
| Binary | 11101101 | 11011011 | 1010001 | 0 | 1000 | 1000010 | 111 | 110101 | 1010001 | 111110 |
Color Harmonies of #EDDB51
Complementary color
Monochromatic Colors of #EDDB51
Black with #EDDB51
Text Example
Text Example
White with #EDDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB51; }
p { color: rgb(237,219,81); }
H1.HeaderClassName
{
color: #EDDB51;
}
.AnyTagClassName
{
color: #EDDB51;
}
</style>
background-color css
<style>
a { background-color: #EDDB51; }
a { background-color: rgb(237,219,81); }
div.DivClassName
{
background-color: #EDDB51;
}
.BgClassName
{
background-color: #EDDB51;
}
</style>
border-color css
<style>
span { border-color: #EDDB51; }
span { border-color: rgb(237,219,81); }
td.TdClassName
{
border-color: #EDDB51;
}
.TagClassName
{
border-color: #EDDB51;
}
</style>