Shades of Portica #EDD64E
Tints of Portica #EDD64E
RGB
CMYK
RGB Variations
Color information
#EDD64E (or 0xEDD64E) is known color: Portica. HEX triplet: ED, D6 and 4E. RGB value is (237,214,78). Sum of RGB (Red+Green+Blue) = 237+214+78=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD64E is #1229B1. Grayscale: #CDCDCD. Windows color (decimal): -1190322 or 5166829. OLE color: 5166829.
HSL color Cylindrical-coordinate representation of color #EDD64E: hue angle of 51.32º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDD64E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 78 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.07 |
| HSL | 51.32º | 0.82% | 0.62% | - |
| HSV(B) | 51.32º | 0.67% | 0.93% | - |
| XYZ | 60.35 | 66.65 | 16.89 | - |
| YUV | 205.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 78 | 0 | 0.10 | 0.67 | 0.07 | 51.32 | 0.82 | 0.62 |
| Hex | ED | D6 | 4E | 0 | A | 43 | 7 | 33 | 52 | 3E |
| Octal | 355 | 326 | 116 | 0 | 12 | 103 | 7 | 63 | 122 | 76 |
| Binary | 11101101 | 11010110 | 1001110 | 0 | 1010 | 1000011 | 111 | 110011 | 1010010 | 111110 |
Color Harmonies of #EDD64E
Complementary color
Monochromatic Colors of #EDD64E
Black with #EDD64E
Text Example
Text Example
White with #EDD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD64E; }
p { color: rgb(237,214,78); }
H1.HeaderClassName
{
color: #EDD64E;
}
.AnyTagClassName
{
color: #EDD64E;
}
</style>
background-color css
<style>
a { background-color: #EDD64E; }
a { background-color: rgb(237,214,78); }
div.DivClassName
{
background-color: #EDD64E;
}
.BgClassName
{
background-color: #EDD64E;
}
</style>
border-color css
<style>
span { border-color: #EDD64E; }
span { border-color: rgb(237,214,78); }
td.TdClassName
{
border-color: #EDD64E;
}
.TagClassName
{
border-color: #EDD64E;
}
</style>