Shades of Portica #EDDA4E
Tints of Portica #EDDA4E
RGB
CMYK
RGB Variations
Color information
#EDDA4E (or 0xEDDA4E) is known color: Portica. HEX triplet: ED, DA and 4E. RGB value is (237,218,78). Sum of RGB (Red+Green+Blue) = 237+218+78=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA4E is #1225B1. Grayscale: #D0D0D0. Windows color (decimal): -1189298 or 5167853. OLE color: 5167853.
HSL color Cylindrical-coordinate representation of color #EDDA4E: hue angle of 52.83º 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 #EDDA4E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 78 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.07 |
| HSL | 52.83º | 0.82% | 0.62% | - |
| HSV(B) | 52.83º | 0.67% | 0.93% | - |
| XYZ | 61.37 | 68.7 | 17.23 | - |
| YUV | 207.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 78 | 0 | 0.08 | 0.67 | 0.07 | 52.83 | 0.82 | 0.62 |
| Hex | ED | DA | 4E | 0 | 8 | 43 | 7 | 35 | 52 | 3E |
| Octal | 355 | 332 | 116 | 0 | 10 | 103 | 7 | 65 | 122 | 76 |
| Binary | 11101101 | 11011010 | 1001110 | 0 | 1000 | 1000011 | 111 | 110101 | 1010010 | 111110 |
Color Harmonies of #EDDA4E
Complementary color
Monochromatic Colors of #EDDA4E
Black with #EDDA4E
Text Example
Text Example
White with #EDDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA4E; }
p { color: rgb(237,218,78); }
H1.HeaderClassName
{
color: #EDDA4E;
}
.AnyTagClassName
{
color: #EDDA4E;
}
</style>
background-color css
<style>
a { background-color: #EDDA4E; }
a { background-color: rgb(237,218,78); }
div.DivClassName
{
background-color: #EDDA4E;
}
.BgClassName
{
background-color: #EDDA4E;
}
</style>
border-color css
<style>
span { border-color: #EDDA4E; }
span { border-color: rgb(237,218,78); }
td.TdClassName
{
border-color: #EDDA4E;
}
.TagClassName
{
border-color: #EDDA4E;
}
</style>