Shades of Portica #EDD355
Tints of Portica #EDD355
RGB
CMYK
RGB Variations
Color information
#EDD355 (or 0xEDD355) is known color: Portica. HEX triplet: ED, D3 and 55. RGB value is (237,211,85). Sum of RGB (Red+Green+Blue) = 237+211+85=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD355 is #122CAA. Grayscale: #CCCCCC. Windows color (decimal): -1191083 or 5624813. OLE color: 5624813.
HSL color Cylindrical-coordinate representation of color #EDD355: hue angle of 49.74º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDD355 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 85 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.74º | 0.81% | 0.63% | - |
| HSV(B) | 49.74º | 0.64% | 0.93% | - |
| XYZ | 59.86 | 65.25 | 18.03 | - |
| YUV | 204.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 85 | 0 | 0.11 | 0.64 | 0.07 | 49.74 | 0.81 | 0.63 |
| Hex | ED | D3 | 55 | 0 | B | 40 | 7 | 32 | 51 | 3F |
| Octal | 355 | 323 | 125 | 0 | 13 | 100 | 7 | 62 | 121 | 77 |
| Binary | 11101101 | 11010011 | 1010101 | 0 | 1011 | 1000000 | 111 | 110010 | 1010001 | 111111 |
Color Harmonies of #EDD355
Complementary color
Monochromatic Colors of #EDD355
Black with #EDD355
Text Example
Text Example
White with #EDD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD355; }
p { color: rgb(237,211,85); }
H1.HeaderClassName
{
color: #EDD355;
}
.AnyTagClassName
{
color: #EDD355;
}
</style>
background-color css
<style>
a { background-color: #EDD355; }
a { background-color: rgb(237,211,85); }
div.DivClassName
{
background-color: #EDD355;
}
.BgClassName
{
background-color: #EDD355;
}
</style>
border-color css
<style>
span { border-color: #EDD355; }
span { border-color: rgb(237,211,85); }
td.TdClassName
{
border-color: #EDD355;
}
.TagClassName
{
border-color: #EDD355;
}
</style>