Shades of Portica #EDD05B
Tints of Portica #EDD05B
RGB
CMYK
RGB Variations
Color information
#EDD05B (or 0xEDD05B) is known color: Portica. HEX triplet: ED, D0 and 5B. RGB value is (237,208,91). Sum of RGB (Red+Green+Blue) = 237+208+91=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD05B is #122FA4. Grayscale: #CBCBCB. Windows color (decimal): -1191845 or 6017261. OLE color: 6017261.
HSL color Cylindrical-coordinate representation of color #EDD05B: hue angle of 48.08º 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 #EDD05B is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 91 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.07 |
| HSL | 48.08º | 0.8% | 0.64% | - |
| HSV(B) | 48.08º | 0.62% | 0.93% | - |
| XYZ | 59.37 | 63.87 | 19.1 | - |
| YUV | 203.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 91 | 0 | 0.12 | 0.62 | 0.07 | 48.08 | 0.8 | 0.64 |
| Hex | ED | D0 | 5B | 0 | C | 3E | 7 | 30 | 50 | 40 |
| Octal | 355 | 320 | 133 | 0 | 14 | 76 | 7 | 60 | 120 | 100 |
| Binary | 11101101 | 11010000 | 1011011 | 0 | 1100 | 111110 | 111 | 110000 | 1010000 | 1000000 |
Color Harmonies of #EDD05B
Complementary color
Monochromatic Colors of #EDD05B
Black with #EDD05B
Text Example
Text Example
White with #EDD05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD05B; }
p { color: rgb(237,208,91); }
H1.HeaderClassName
{
color: #EDD05B;
}
.AnyTagClassName
{
color: #EDD05B;
}
</style>
background-color css
<style>
a { background-color: #EDD05B; }
a { background-color: rgb(237,208,91); }
div.DivClassName
{
background-color: #EDD05B;
}
.BgClassName
{
background-color: #EDD05B;
}
</style>
border-color css
<style>
span { border-color: #EDD05B; }
span { border-color: rgb(237,208,91); }
td.TdClassName
{
border-color: #EDD05B;
}
.TagClassName
{
border-color: #EDD05B;
}
</style>