Shades of Portica #EDD65D
Tints of Portica #EDD65D
RGB
CMYK
RGB Variations
Color information
#EDD65D (or 0xEDD65D) is known color: Portica. HEX triplet: ED, D6 and 5D. RGB value is (237,214,93). Sum of RGB (Red+Green+Blue) = 237+214+93=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD65D is #1229A2. Grayscale: #CFCFCF. Windows color (decimal): -1190307 or 6149869. OLE color: 6149869.
HSL color Cylindrical-coordinate representation of color #EDD65D: hue angle of 50.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDD65D is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 93 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.07 |
| HSL | 50.42º | 0.8% | 0.65% | - |
| HSV(B) | 50.42º | 0.61% | 0.93% | - |
| XYZ | 60.95 | 66.89 | 20.05 | - |
| YUV | 207.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 93 | 0 | 0.10 | 0.61 | 0.07 | 50.42 | 0.8 | 0.65 |
| Hex | ED | D6 | 5D | 0 | A | 3D | 7 | 32 | 50 | 41 |
| Octal | 355 | 326 | 135 | 0 | 12 | 75 | 7 | 62 | 120 | 101 |
| Binary | 11101101 | 11010110 | 1011101 | 0 | 1010 | 111101 | 111 | 110010 | 1010000 | 1000001 |
Color Harmonies of #EDD65D
Complementary color
Monochromatic Colors of #EDD65D
Black with #EDD65D
Text Example
Text Example
White with #EDD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD65D; }
p { color: rgb(237,214,93); }
H1.HeaderClassName
{
color: #EDD65D;
}
.AnyTagClassName
{
color: #EDD65D;
}
</style>
background-color css
<style>
a { background-color: #EDD65D; }
a { background-color: rgb(237,214,93); }
div.DivClassName
{
background-color: #EDD65D;
}
.BgClassName
{
background-color: #EDD65D;
}
</style>
border-color css
<style>
span { border-color: #EDD65D; }
span { border-color: rgb(237,214,93); }
td.TdClassName
{
border-color: #EDD65D;
}
.TagClassName
{
border-color: #EDD65D;
}
</style>