Shades of Portica #EDD557
Tints of Portica #EDD557
RGB
CMYK
RGB Variations
Color information
#EDD557 (or 0xEDD557) is known color: Portica. HEX triplet: ED, D5 and 57. RGB value is (237,213,87). Sum of RGB (Red+Green+Blue) = 237+213+87=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD557 is #122AA8. Grayscale: #CECECE. Windows color (decimal): -1190569 or 5756397. OLE color: 5756397.
HSL color Cylindrical-coordinate representation of color #EDD557: hue angle of 50.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 #EDD557 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 87 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.07 |
| HSL | 50.4º | 0.81% | 0.64% | - |
| HSV(B) | 50.4º | 0.63% | 0.93% | - |
| XYZ | 60.44 | 66.28 | 18.62 | - |
| YUV | 205.81 | 60.95 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 87 | 0 | 0.10 | 0.63 | 0.07 | 50.4 | 0.81 | 0.64 |
| Hex | ED | D5 | 57 | 0 | A | 3F | 7 | 32 | 51 | 40 |
| Octal | 355 | 325 | 127 | 0 | 12 | 77 | 7 | 62 | 121 | 100 |
| Binary | 11101101 | 11010101 | 1010111 | 0 | 1010 | 111111 | 111 | 110010 | 1010001 | 1000000 |
Color Harmonies of #EDD557
Complementary color
Monochromatic Colors of #EDD557
Black with #EDD557
Text Example
Text Example
White with #EDD557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD557; }
p { color: rgb(237,213,87); }
H1.HeaderClassName
{
color: #EDD557;
}
.AnyTagClassName
{
color: #EDD557;
}
</style>
background-color css
<style>
a { background-color: #EDD557; }
a { background-color: rgb(237,213,87); }
div.DivClassName
{
background-color: #EDD557;
}
.BgClassName
{
background-color: #EDD557;
}
</style>
border-color css
<style>
span { border-color: #EDD557; }
span { border-color: rgb(237,213,87); }
td.TdClassName
{
border-color: #EDD557;
}
.TagClassName
{
border-color: #EDD557;
}
</style>