Shades of Portica #EDDA57
Tints of Portica #EDDA57
RGB
CMYK
RGB Variations
Color information
#EDDA57 (or 0xEDDA57) is known color: Portica. HEX triplet: ED, DA and 57. RGB value is (237,218,87). Sum of RGB (Red+Green+Blue) = 237+218+87=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 87 (34.38% from 255 or 16.05% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA57 is #1225A8. Grayscale: #D1D1D1. Windows color (decimal): -1189289 or 5757677. OLE color: 5757677.
HSL color Cylindrical-coordinate representation of color #EDDA57: hue angle of 52.4º 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 #EDDA57 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 87 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.07 |
| HSL | 52.4º | 0.81% | 0.64% | - |
| HSV(B) | 52.4º | 0.63% | 0.93% | - |
| XYZ | 61.72 | 68.84 | 19.05 | - |
| YUV | 208.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 87 | 0 | 0.08 | 0.63 | 0.07 | 52.4 | 0.81 | 0.64 |
| Hex | ED | DA | 57 | 0 | 8 | 3F | 7 | 34 | 51 | 40 |
| Octal | 355 | 332 | 127 | 0 | 10 | 77 | 7 | 64 | 121 | 100 |
| Binary | 11101101 | 11011010 | 1010111 | 0 | 1000 | 111111 | 111 | 110100 | 1010001 | 1000000 |
Color Harmonies of #EDDA57
Complementary color
Monochromatic Colors of #EDDA57
Black with #EDDA57
Text Example
Text Example
White with #EDDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA57; }
p { color: rgb(237,218,87); }
H1.HeaderClassName
{
color: #EDDA57;
}
.AnyTagClassName
{
color: #EDDA57;
}
</style>
background-color css
<style>
a { background-color: #EDDA57; }
a { background-color: rgb(237,218,87); }
div.DivClassName
{
background-color: #EDDA57;
}
.BgClassName
{
background-color: #EDDA57;
}
</style>
border-color css
<style>
span { border-color: #EDDA57; }
span { border-color: rgb(237,218,87); }
td.TdClassName
{
border-color: #EDDA57;
}
.TagClassName
{
border-color: #EDDA57;
}
</style>