Shades of Portica #EDDB57
Tints of Portica #EDDB57
RGB
CMYK
RGB Variations
Color information
#EDDB57 (or 0xEDDB57) is known color: Portica. HEX triplet: ED, DB and 57. RGB value is (237,219,87). Sum of RGB (Red+Green+Blue) = 237+219+87=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 87 (34.38% from 255 or 16.02% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB57 is #1224A8. Grayscale: #D1D1D1. Windows color (decimal): -1189033 or 5757933. OLE color: 5757933.
HSL color Cylindrical-coordinate representation of color #EDDB57: hue angle of 52.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDDB57 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 87 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.07 |
| HSL | 52.8º | 0.81% | 0.64% | - |
| HSV(B) | 52.8º | 0.63% | 0.93% | - |
| XYZ | 61.98 | 69.36 | 19.14 | - |
| YUV | 209.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 87 | 0 | 0.08 | 0.63 | 0.07 | 52.8 | 0.81 | 0.64 |
| Hex | ED | DB | 57 | 0 | 8 | 3F | 7 | 35 | 51 | 40 |
| Octal | 355 | 333 | 127 | 0 | 10 | 77 | 7 | 65 | 121 | 100 |
| Binary | 11101101 | 11011011 | 1010111 | 0 | 1000 | 111111 | 111 | 110101 | 1010001 | 1000000 |
Color Harmonies of #EDDB57
Complementary color
Monochromatic Colors of #EDDB57
Black with #EDDB57
Text Example
Text Example
White with #EDDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB57; }
p { color: rgb(237,219,87); }
H1.HeaderClassName
{
color: #EDDB57;
}
.AnyTagClassName
{
color: #EDDB57;
}
</style>
background-color css
<style>
a { background-color: #EDDB57; }
a { background-color: rgb(237,219,87); }
div.DivClassName
{
background-color: #EDDB57;
}
.BgClassName
{
background-color: #EDDB57;
}
</style>
border-color css
<style>
span { border-color: #EDDB57; }
span { border-color: rgb(237,219,87); }
td.TdClassName
{
border-color: #EDDB57;
}
.TagClassName
{
border-color: #EDDB57;
}
</style>