Shades of Portica #EDD558
Tints of Portica #EDD558
RGB
CMYK
RGB Variations
Color information
#EDD558 (or 0xEDD558) is known color: Portica. HEX triplet: ED, D5 and 58. RGB value is (237,213,88). Sum of RGB (Red+Green+Blue) = 237+213+88=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD558 is #122AA7. Grayscale: #CECECE. Windows color (decimal): -1190568 or 5821933. OLE color: 5821933.
HSL color Cylindrical-coordinate representation of color #EDD558: hue angle of 50.34º 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 #EDD558 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 88 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.07 |
| HSL | 50.34º | 0.81% | 0.64% | - |
| HSV(B) | 50.34º | 0.63% | 0.93% | - |
| XYZ | 60.48 | 66.3 | 18.84 | - |
| YUV | 205.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 88 | 0 | 0.10 | 0.63 | 0.07 | 50.34 | 0.81 | 0.64 |
| Hex | ED | D5 | 58 | 0 | A | 3F | 7 | 32 | 51 | 40 |
| Octal | 355 | 325 | 130 | 0 | 12 | 77 | 7 | 62 | 121 | 100 |
| Binary | 11101101 | 11010101 | 1011000 | 0 | 1010 | 111111 | 111 | 110010 | 1010001 | 1000000 |
Color Harmonies of #EDD558
Complementary color
Monochromatic Colors of #EDD558
Black with #EDD558
Text Example
Text Example
White with #EDD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD558; }
p { color: rgb(237,213,88); }
H1.HeaderClassName
{
color: #EDD558;
}
.AnyTagClassName
{
color: #EDD558;
}
</style>
background-color css
<style>
a { background-color: #EDD558; }
a { background-color: rgb(237,213,88); }
div.DivClassName
{
background-color: #EDD558;
}
.BgClassName
{
background-color: #EDD558;
}
</style>
border-color css
<style>
span { border-color: #EDD558; }
span { border-color: rgb(237,213,88); }
td.TdClassName
{
border-color: #EDD558;
}
.TagClassName
{
border-color: #EDD558;
}
</style>