Shades of Portica #EDD85E
Tints of Portica #EDD85E
RGB
CMYK
RGB Variations
Color information
#EDD85E (or 0xEDD85E) is known color: Portica. HEX triplet: ED, D8 and 5E. RGB value is (237,216,94). Sum of RGB (Red+Green+Blue) = 237+216+94=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD85E is #1227A1. Grayscale: #D0D0D0. Windows color (decimal): -1189794 or 6215917. OLE color: 6215917.
HSL color Cylindrical-coordinate representation of color #EDD85E: hue angle of 51.19º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDD85E is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 94 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.07 |
| HSL | 51.19º | 0.8% | 0.65% | - |
| HSV(B) | 51.19º | 0.6% | 0.93% | - |
| XYZ | 61.5 | 67.92 | 20.46 | - |
| YUV | 208.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 94 | 0 | 0.09 | 0.60 | 0.07 | 51.19 | 0.8 | 0.65 |
| Hex | ED | D8 | 5E | 0 | 9 | 3C | 7 | 33 | 50 | 41 |
| Octal | 355 | 330 | 136 | 0 | 11 | 74 | 7 | 63 | 120 | 101 |
| Binary | 11101101 | 11011000 | 1011110 | 0 | 1001 | 111100 | 111 | 110011 | 1010000 | 1000001 |
Color Harmonies of #EDD85E
Complementary color
Monochromatic Colors of #EDD85E
Black with #EDD85E
Text Example
Text Example
White with #EDD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD85E; }
p { color: rgb(237,216,94); }
H1.HeaderClassName
{
color: #EDD85E;
}
.AnyTagClassName
{
color: #EDD85E;
}
</style>
background-color css
<style>
a { background-color: #EDD85E; }
a { background-color: rgb(237,216,94); }
div.DivClassName
{
background-color: #EDD85E;
}
.BgClassName
{
background-color: #EDD85E;
}
</style>
border-color css
<style>
span { border-color: #EDD85E; }
span { border-color: rgb(237,216,94); }
td.TdClassName
{
border-color: #EDD85E;
}
.TagClassName
{
border-color: #EDD85E;
}
</style>