Shades of Portica #EDD95A
Tints of Portica #EDD95A
RGB
CMYK
RGB Variations
Color information
#EDD95A (or 0xEDD95A) is known color: Portica. HEX triplet: ED, D9 and 5A. RGB value is (237,217,90). Sum of RGB (Red+Green+Blue) = 237+217+90=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD95A is #1226A5. Grayscale: #D1D1D1. Windows color (decimal): -1189542 or 5954029. OLE color: 5954029.
HSL color Cylindrical-coordinate representation of color #EDD95A: hue angle of 51.84º 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 #EDD95A is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 90 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.07 |
| HSL | 51.84º | 0.8% | 0.64% | - |
| HSV(B) | 51.84º | 0.62% | 0.93% | - |
| XYZ | 61.58 | 68.37 | 19.62 | - |
| YUV | 208.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 90 | 0 | 0.08 | 0.62 | 0.07 | 51.84 | 0.8 | 0.64 |
| Hex | ED | D9 | 5A | 0 | 8 | 3E | 7 | 34 | 50 | 40 |
| Octal | 355 | 331 | 132 | 0 | 10 | 76 | 7 | 64 | 120 | 100 |
| Binary | 11101101 | 11011001 | 1011010 | 0 | 1000 | 111110 | 111 | 110100 | 1010000 | 1000000 |
Color Harmonies of #EDD95A
Complementary color
Monochromatic Colors of #EDD95A
Black with #EDD95A
Text Example
Text Example
White with #EDD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD95A; }
p { color: rgb(237,217,90); }
H1.HeaderClassName
{
color: #EDD95A;
}
.AnyTagClassName
{
color: #EDD95A;
}
</style>
background-color css
<style>
a { background-color: #EDD95A; }
a { background-color: rgb(237,217,90); }
div.DivClassName
{
background-color: #EDD95A;
}
.BgClassName
{
background-color: #EDD95A;
}
</style>
border-color css
<style>
span { border-color: #EDD95A; }
span { border-color: rgb(237,217,90); }
td.TdClassName
{
border-color: #EDD95A;
}
.TagClassName
{
border-color: #EDD95A;
}
</style>