Shades of Portica #EDCD58
Tints of Portica #EDCD58
RGB
CMYK
RGB Variations
Color information
#EDCD58 (or 0xEDCD58) is known color: Portica. HEX triplet: ED, CD and 58. RGB value is (237,205,88). Sum of RGB (Red+Green+Blue) = 237+205+88=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD58 is #1232A7. Grayscale: #C9C9C9. Windows color (decimal): -1192616 or 5819885. OLE color: 5819885.
HSL color Cylindrical-coordinate representation of color #EDCD58: hue angle of 47.11º 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 #EDCD58 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 88 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.07 |
| HSL | 47.11º | 0.81% | 0.64% | - |
| HSV(B) | 47.11º | 0.63% | 0.93% | - |
| XYZ | 58.52 | 62.37 | 18.19 | - |
| YUV | 201.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 88 | 0 | 0.14 | 0.63 | 0.07 | 47.11 | 0.81 | 0.64 |
| Hex | ED | CD | 58 | 0 | E | 3F | 7 | 2F | 51 | 40 |
| Octal | 355 | 315 | 130 | 0 | 16 | 77 | 7 | 57 | 121 | 100 |
| Binary | 11101101 | 11001101 | 1011000 | 0 | 1110 | 111111 | 111 | 101111 | 1010001 | 1000000 |
Color Harmonies of #EDCD58
Complementary color
Monochromatic Colors of #EDCD58
Black with #EDCD58
Text Example
Text Example
White with #EDCD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD58; }
p { color: rgb(237,205,88); }
H1.HeaderClassName
{
color: #EDCD58;
}
.AnyTagClassName
{
color: #EDCD58;
}
</style>
background-color css
<style>
a { background-color: #EDCD58; }
a { background-color: rgb(237,205,88); }
div.DivClassName
{
background-color: #EDCD58;
}
.BgClassName
{
background-color: #EDCD58;
}
</style>
border-color css
<style>
span { border-color: #EDCD58; }
span { border-color: rgb(237,205,88); }
td.TdClassName
{
border-color: #EDCD58;
}
.TagClassName
{
border-color: #EDCD58;
}
</style>