Shades of Portica #EDD94D
Tints of Portica #EDD94D
RGB
CMYK
RGB Variations
Color information
#EDD94D (or 0xEDD94D) is known color: Portica. HEX triplet: ED, D9 and 4D. RGB value is (237,217,77). Sum of RGB (Red+Green+Blue) = 237+217+77=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD94D is #1226B2. Grayscale: #CFCFCF. Windows color (decimal): -1189555 or 5102061. OLE color: 5102061.
HSL color Cylindrical-coordinate representation of color #EDD94D: hue angle of 52.5º 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 #EDD94D is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 77 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 52.5º | 0.82% | 0.62% | - |
| HSV(B) | 52.5º | 0.68% | 0.93% | - |
| XYZ | 61.08 | 68.17 | 16.96 | - |
| YUV | 207.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 77 | 0 | 0.08 | 0.68 | 0.07 | 52.5 | 0.82 | 0.62 |
| Hex | ED | D9 | 4D | 0 | 8 | 44 | 7 | 34 | 52 | 3E |
| Octal | 355 | 331 | 115 | 0 | 10 | 104 | 7 | 64 | 122 | 76 |
| Binary | 11101101 | 11011001 | 1001101 | 0 | 1000 | 1000100 | 111 | 110100 | 1010010 | 111110 |
Color Harmonies of #EDD94D
Complementary color
Monochromatic Colors of #EDD94D
Black with #EDD94D
Text Example
Text Example
White with #EDD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD94D; }
p { color: rgb(237,217,77); }
H1.HeaderClassName
{
color: #EDD94D;
}
.AnyTagClassName
{
color: #EDD94D;
}
</style>
background-color css
<style>
a { background-color: #EDD94D; }
a { background-color: rgb(237,217,77); }
div.DivClassName
{
background-color: #EDD94D;
}
.BgClassName
{
background-color: #EDD94D;
}
</style>
border-color css
<style>
span { border-color: #EDD94D; }
span { border-color: rgb(237,217,77); }
td.TdClassName
{
border-color: #EDD94D;
}
.TagClassName
{
border-color: #EDD94D;
}
</style>