Shades of Portica #EDDB55
Tints of Portica #EDDB55
RGB
CMYK
RGB Variations
Color information
#EDDB55 (or 0xEDDB55) is known color: Portica. HEX triplet: ED, DB and 55. RGB value is (237,219,85). Sum of RGB (Red+Green+Blue) = 237+219+85=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB55 is #1224AA. Grayscale: #D1D1D1. Windows color (decimal): -1189035 or 5626861. OLE color: 5626861.
HSL color Cylindrical-coordinate representation of color #EDDB55: hue angle of 52.89º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDDB55 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 85 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.07 |
| HSL | 52.89º | 0.81% | 0.63% | - |
| HSV(B) | 52.89º | 0.64% | 0.93% | - |
| XYZ | 61.9 | 69.32 | 18.71 | - |
| YUV | 209.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 85 | 0 | 0.08 | 0.64 | 0.07 | 52.89 | 0.81 | 0.63 |
| Hex | ED | DB | 55 | 0 | 8 | 40 | 7 | 35 | 51 | 3F |
| Octal | 355 | 333 | 125 | 0 | 10 | 100 | 7 | 65 | 121 | 77 |
| Binary | 11101101 | 11011011 | 1010101 | 0 | 1000 | 1000000 | 111 | 110101 | 1010001 | 111111 |
Color Harmonies of #EDDB55
Complementary color
Monochromatic Colors of #EDDB55
Black with #EDDB55
Text Example
Text Example
White with #EDDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB55; }
p { color: rgb(237,219,85); }
H1.HeaderClassName
{
color: #EDDB55;
}
.AnyTagClassName
{
color: #EDDB55;
}
</style>
background-color css
<style>
a { background-color: #EDDB55; }
a { background-color: rgb(237,219,85); }
div.DivClassName
{
background-color: #EDDB55;
}
.BgClassName
{
background-color: #EDDB55;
}
</style>
border-color css
<style>
span { border-color: #EDDB55; }
span { border-color: rgb(237,219,85); }
td.TdClassName
{
border-color: #EDDB55;
}
.TagClassName
{
border-color: #EDDB55;
}
</style>