Shades of Portica #EDD457
Tints of Portica #EDD457
RGB
CMYK
RGB Variations
Color information
#EDD457 (or 0xEDD457) is known color: Portica. HEX triplet: ED, D4 and 57. RGB value is (237,212,87). Sum of RGB (Red+Green+Blue) = 237+212+87=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD457 is #122BA8. Grayscale: #CDCDCD. Windows color (decimal): -1190825 or 5756141. OLE color: 5756141.
HSL color Cylindrical-coordinate representation of color #EDD457: hue angle of 50º 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 #EDD457 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 87 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.07 |
| HSL | 50º | 0.81% | 0.64% | - |
| HSV(B) | 50º | 0.63% | 0.93% | - |
| XYZ | 60.19 | 65.78 | 18.54 | - |
| YUV | 205.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 87 | 0 | 0.11 | 0.63 | 0.07 | 50 | 0.81 | 0.64 |
| Hex | ED | D4 | 57 | 0 | B | 3F | 7 | 32 | 51 | 40 |
| Octal | 355 | 324 | 127 | 0 | 13 | 77 | 7 | 62 | 121 | 100 |
| Binary | 11101101 | 11010100 | 1010111 | 0 | 1011 | 111111 | 111 | 110010 | 1010001 | 1000000 |
Color Harmonies of #EDD457
Complementary color
Monochromatic Colors of #EDD457
Black with #EDD457
Text Example
Text Example
White with #EDD457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD457; }
p { color: rgb(237,212,87); }
H1.HeaderClassName
{
color: #EDD457;
}
.AnyTagClassName
{
color: #EDD457;
}
</style>
background-color css
<style>
a { background-color: #EDD457; }
a { background-color: rgb(237,212,87); }
div.DivClassName
{
background-color: #EDD457;
}
.BgClassName
{
background-color: #EDD457;
}
</style>
border-color css
<style>
span { border-color: #EDD457; }
span { border-color: rgb(237,212,87); }
td.TdClassName
{
border-color: #EDD457;
}
.TagClassName
{
border-color: #EDD457;
}
</style>