Shades of Portica #EDD653
Tints of Portica #EDD653
RGB
CMYK
RGB Variations
Color information
#EDD653 (or 0xEDD653) is known color: Portica. HEX triplet: ED, D6 and 53. RGB value is (237,214,83). Sum of RGB (Red+Green+Blue) = 237+214+83=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD653 is #1229AC. Grayscale: #CECECE. Windows color (decimal): -1190317 or 5494509. OLE color: 5494509.
HSL color Cylindrical-coordinate representation of color #EDD653: hue angle of 51.04º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDD653 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 83 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.07 |
| HSL | 51.04º | 0.81% | 0.63% | - |
| HSV(B) | 51.04º | 0.65% | 0.93% | - |
| XYZ | 60.53 | 66.72 | 17.87 | - |
| YUV | 205.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 83 | 0 | 0.10 | 0.65 | 0.07 | 51.04 | 0.81 | 0.63 |
| Hex | ED | D6 | 53 | 0 | A | 41 | 7 | 33 | 51 | 3F |
| Octal | 355 | 326 | 123 | 0 | 12 | 101 | 7 | 63 | 121 | 77 |
| Binary | 11101101 | 11010110 | 1010011 | 0 | 1010 | 1000001 | 111 | 110011 | 1010001 | 111111 |
Color Harmonies of #EDD653
Complementary color
Monochromatic Colors of #EDD653
Black with #EDD653
Text Example
Text Example
White with #EDD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD653; }
p { color: rgb(237,214,83); }
H1.HeaderClassName
{
color: #EDD653;
}
.AnyTagClassName
{
color: #EDD653;
}
</style>
background-color css
<style>
a { background-color: #EDD653; }
a { background-color: rgb(237,214,83); }
div.DivClassName
{
background-color: #EDD653;
}
.BgClassName
{
background-color: #EDD653;
}
</style>
border-color css
<style>
span { border-color: #EDD653; }
span { border-color: rgb(237,214,83); }
td.TdClassName
{
border-color: #EDD653;
}
.TagClassName
{
border-color: #EDD653;
}
</style>