Shades of Portica #EDDB53
Tints of Portica #EDDB53
RGB
CMYK
RGB Variations
Color information
#EDDB53 (or 0xEDDB53) is known color: Portica. HEX triplet: ED, DB and 53. RGB value is (237,219,83). Sum of RGB (Red+Green+Blue) = 237+219+83=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB53 is #1224AC. Grayscale: #D1D1D1. Windows color (decimal): -1189037 or 5495789. OLE color: 5495789.
HSL color Cylindrical-coordinate representation of color #EDDB53: hue angle of 52.99º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDDB53 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 83 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.07 |
| HSL | 52.99º | 0.81% | 0.63% | - |
| HSV(B) | 52.99º | 0.65% | 0.93% | - |
| XYZ | 61.82 | 69.29 | 18.3 | - |
| YUV | 208.88 | 56.96 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 83 | 0 | 0.08 | 0.65 | 0.07 | 52.99 | 0.81 | 0.63 |
| Hex | ED | DB | 53 | 0 | 8 | 41 | 7 | 35 | 51 | 3F |
| Octal | 355 | 333 | 123 | 0 | 10 | 101 | 7 | 65 | 121 | 77 |
| Binary | 11101101 | 11011011 | 1010011 | 0 | 1000 | 1000001 | 111 | 110101 | 1010001 | 111111 |
Color Harmonies of #EDDB53
Complementary color
Monochromatic Colors of #EDDB53
Black with #EDDB53
Text Example
Text Example
White with #EDDB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB53; }
p { color: rgb(237,219,83); }
H1.HeaderClassName
{
color: #EDDB53;
}
.AnyTagClassName
{
color: #EDDB53;
}
</style>
background-color css
<style>
a { background-color: #EDDB53; }
a { background-color: rgb(237,219,83); }
div.DivClassName
{
background-color: #EDDB53;
}
.BgClassName
{
background-color: #EDDB53;
}
</style>
border-color css
<style>
span { border-color: #EDDB53; }
span { border-color: rgb(237,219,83); }
td.TdClassName
{
border-color: #EDDB53;
}
.TagClassName
{
border-color: #EDDB53;
}
</style>