Shades of Portica #EDDA5B
Tints of Portica #EDDA5B
RGB
CMYK
RGB Variations
Color information
#EDDA5B (or 0xEDDA5B) is known color: Portica. HEX triplet: ED, DA and 5B. RGB value is (237,218,91). Sum of RGB (Red+Green+Blue) = 237+218+91=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA5B is #1225A4. Grayscale: #D1D1D1. Windows color (decimal): -1189285 or 6019821. OLE color: 6019821.
HSL color Cylindrical-coordinate representation of color #EDDA5B: hue angle of 52.19º 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 #EDDA5B is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 91 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.07 |
| HSL | 52.19º | 0.8% | 0.64% | - |
| HSV(B) | 52.19º | 0.62% | 0.93% | - |
| XYZ | 61.88 | 68.9 | 19.94 | - |
| YUV | 209.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 91 | 0 | 0.08 | 0.62 | 0.07 | 52.19 | 0.8 | 0.64 |
| Hex | ED | DA | 5B | 0 | 8 | 3E | 7 | 34 | 50 | 40 |
| Octal | 355 | 332 | 133 | 0 | 10 | 76 | 7 | 64 | 120 | 100 |
| Binary | 11101101 | 11011010 | 1011011 | 0 | 1000 | 111110 | 111 | 110100 | 1010000 | 1000000 |
Color Harmonies of #EDDA5B
Complementary color
Monochromatic Colors of #EDDA5B
Black with #EDDA5B
Text Example
Text Example
White with #EDDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA5B; }
p { color: rgb(237,218,91); }
H1.HeaderClassName
{
color: #EDDA5B;
}
.AnyTagClassName
{
color: #EDDA5B;
}
</style>
background-color css
<style>
a { background-color: #EDDA5B; }
a { background-color: rgb(237,218,91); }
div.DivClassName
{
background-color: #EDDA5B;
}
.BgClassName
{
background-color: #EDDA5B;
}
</style>
border-color css
<style>
span { border-color: #EDDA5B; }
span { border-color: rgb(237,218,91); }
td.TdClassName
{
border-color: #EDDA5B;
}
.TagClassName
{
border-color: #EDDA5B;
}
</style>