Shades of Portica #EDD64D
Tints of Portica #EDD64D
RGB
CMYK
RGB Variations
Color information
#EDD64D (or 0xEDD64D) is known color: Portica. HEX triplet: ED, D6 and 4D. RGB value is (237,214,77). Sum of RGB (Red+Green+Blue) = 237+214+77=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD64D is #1229B2. Grayscale: #CDCDCD. Windows color (decimal): -1190323 or 5101293. OLE color: 5101293.
HSL color Cylindrical-coordinate representation of color #EDD64D: hue angle of 51.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDD64D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 77 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.07 |
| HSL | 51.38º | 0.82% | 0.62% | - |
| HSV(B) | 51.38º | 0.68% | 0.93% | - |
| XYZ | 60.31 | 66.63 | 16.7 | - |
| YUV | 205.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 77 | 0 | 0.10 | 0.68 | 0.07 | 51.38 | 0.82 | 0.62 |
| Hex | ED | D6 | 4D | 0 | A | 44 | 7 | 33 | 52 | 3E |
| Octal | 355 | 326 | 115 | 0 | 12 | 104 | 7 | 63 | 122 | 76 |
| Binary | 11101101 | 11010110 | 1001101 | 0 | 1010 | 1000100 | 111 | 110011 | 1010010 | 111110 |
Color Harmonies of #EDD64D
Complementary color
Monochromatic Colors of #EDD64D
Black with #EDD64D
Text Example
Text Example
White with #EDD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD64D; }
p { color: rgb(237,214,77); }
H1.HeaderClassName
{
color: #EDD64D;
}
.AnyTagClassName
{
color: #EDD64D;
}
</style>
background-color css
<style>
a { background-color: #EDD64D; }
a { background-color: rgb(237,214,77); }
div.DivClassName
{
background-color: #EDD64D;
}
.BgClassName
{
background-color: #EDD64D;
}
</style>
border-color css
<style>
span { border-color: #EDD64D; }
span { border-color: rgb(237,214,77); }
td.TdClassName
{
border-color: #EDD64D;
}
.TagClassName
{
border-color: #EDD64D;
}
</style>