Shades of Portica #EDD358
Tints of Portica #EDD358
RGB
CMYK
RGB Variations
Color information
#EDD358 (or 0xEDD358) is known color: Portica. HEX triplet: ED, D3 and 58. RGB value is (237,211,88). Sum of RGB (Red+Green+Blue) = 237+211+88=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD358 is #122CA7. Grayscale: #CDCDCD. Windows color (decimal): -1191080 or 5821421. OLE color: 5821421.
HSL color Cylindrical-coordinate representation of color #EDD358: hue angle of 49.53º 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 #EDD358 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 88 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.07 |
| HSL | 49.53º | 0.81% | 0.64% | - |
| HSV(B) | 49.53º | 0.63% | 0.93% | - |
| XYZ | 59.98 | 65.3 | 18.67 | - |
| YUV | 204.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 88 | 0 | 0.11 | 0.63 | 0.07 | 49.53 | 0.81 | 0.64 |
| Hex | ED | D3 | 58 | 0 | B | 3F | 7 | 32 | 51 | 40 |
| Octal | 355 | 323 | 130 | 0 | 13 | 77 | 7 | 62 | 121 | 100 |
| Binary | 11101101 | 11010011 | 1011000 | 0 | 1011 | 111111 | 111 | 110010 | 1010001 | 1000000 |
Color Harmonies of #EDD358
Complementary color
Monochromatic Colors of #EDD358
Black with #EDD358
Text Example
Text Example
White with #EDD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD358; }
p { color: rgb(237,211,88); }
H1.HeaderClassName
{
color: #EDD358;
}
.AnyTagClassName
{
color: #EDD358;
}
</style>
background-color css
<style>
a { background-color: #EDD358; }
a { background-color: rgb(237,211,88); }
div.DivClassName
{
background-color: #EDD358;
}
.BgClassName
{
background-color: #EDD358;
}
</style>
border-color css
<style>
span { border-color: #EDD358; }
span { border-color: rgb(237,211,88); }
td.TdClassName
{
border-color: #EDD358;
}
.TagClassName
{
border-color: #EDD358;
}
</style>