Shades of Portica #EDD45A
Tints of Portica #EDD45A
RGB
CMYK
RGB Variations
Color information
#EDD45A (or 0xEDD45A) is known color: Portica. HEX triplet: ED, D4 and 5A. RGB value is (237,212,90). Sum of RGB (Red+Green+Blue) = 237+212+90=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD45A is #122BA5. Grayscale: #CECECE. Windows color (decimal): -1190822 or 5952749. OLE color: 5952749.
HSL color Cylindrical-coordinate representation of color #EDD45A: hue angle of 49.8º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDD45A is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 90 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.8º | 0.8% | 0.64% | - |
| HSV(B) | 49.8º | 0.62% | 0.93% | - |
| XYZ | 60.31 | 65.83 | 19.2 | - |
| YUV | 205.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 90 | 0 | 0.11 | 0.62 | 0.07 | 49.8 | 0.8 | 0.64 |
| Hex | ED | D4 | 5A | 0 | B | 3E | 7 | 32 | 50 | 40 |
| Octal | 355 | 324 | 132 | 0 | 13 | 76 | 7 | 62 | 120 | 100 |
| Binary | 11101101 | 11010100 | 1011010 | 0 | 1011 | 111110 | 111 | 110010 | 1010000 | 1000000 |
Color Harmonies of #EDD45A
Complementary color
Monochromatic Colors of #EDD45A
Black with #EDD45A
Text Example
Text Example
White with #EDD45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD45A; }
p { color: rgb(237,212,90); }
H1.HeaderClassName
{
color: #EDD45A;
}
.AnyTagClassName
{
color: #EDD45A;
}
</style>
background-color css
<style>
a { background-color: #EDD45A; }
a { background-color: rgb(237,212,90); }
div.DivClassName
{
background-color: #EDD45A;
}
.BgClassName
{
background-color: #EDD45A;
}
</style>
border-color css
<style>
span { border-color: #EDD45A; }
span { border-color: rgb(237,212,90); }
td.TdClassName
{
border-color: #EDD45A;
}
.TagClassName
{
border-color: #EDD45A;
}
</style>