Shades of Portica #EDD05D
Tints of Portica #EDD05D
RGB
CMYK
RGB Variations
Color information
#EDD05D (or 0xEDD05D) is known color: Portica. HEX triplet: ED, D0 and 5D. RGB value is (237,208,93). Sum of RGB (Red+Green+Blue) = 237+208+93=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD05D is #122FA2. Grayscale: #CCCCCC. Windows color (decimal): -1191843 or 6148333. OLE color: 6148333.
HSL color Cylindrical-coordinate representation of color #EDD05D: hue angle of 47.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDD05D is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 93 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.07 |
| HSL | 47.92º | 0.8% | 0.65% | - |
| HSV(B) | 47.92º | 0.61% | 0.93% | - |
| XYZ | 59.46 | 63.91 | 19.56 | - |
| YUV | 203.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 93 | 0 | 0.12 | 0.61 | 0.07 | 47.92 | 0.8 | 0.65 |
| Hex | ED | D0 | 5D | 0 | C | 3D | 7 | 30 | 50 | 41 |
| Octal | 355 | 320 | 135 | 0 | 14 | 75 | 7 | 60 | 120 | 101 |
| Binary | 11101101 | 11010000 | 1011101 | 0 | 1100 | 111101 | 111 | 110000 | 1010000 | 1000001 |
Color Harmonies of #EDD05D
Complementary color
Monochromatic Colors of #EDD05D
Black with #EDD05D
Text Example
Text Example
White with #EDD05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD05D; }
p { color: rgb(237,208,93); }
H1.HeaderClassName
{
color: #EDD05D;
}
.AnyTagClassName
{
color: #EDD05D;
}
</style>
background-color css
<style>
a { background-color: #EDD05D; }
a { background-color: rgb(237,208,93); }
div.DivClassName
{
background-color: #EDD05D;
}
.BgClassName
{
background-color: #EDD05D;
}
</style>
border-color css
<style>
span { border-color: #EDD05D; }
span { border-color: rgb(237,208,93); }
td.TdClassName
{
border-color: #EDD05D;
}
.TagClassName
{
border-color: #EDD05D;
}
</style>