Shades of Portica #EDD75E
Tints of Portica #EDD75E
RGB
CMYK
RGB Variations
Color information
#EDD75E (or 0xEDD75E) is known color: Portica. HEX triplet: ED, D7 and 5E. RGB value is (237,215,94). Sum of RGB (Red+Green+Blue) = 237+215+94=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD75E is #1228A1. Grayscale: #D0D0D0. Windows color (decimal): -1190050 or 6215661. OLE color: 6215661.
HSL color Cylindrical-coordinate representation of color #EDD75E: hue angle of 50.77º 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 #EDD75E is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 94 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.07 |
| HSL | 50.77º | 0.8% | 0.65% | - |
| HSV(B) | 50.77º | 0.6% | 0.93% | - |
| XYZ | 61.25 | 67.41 | 20.37 | - |
| YUV | 207.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 94 | 0 | 0.09 | 0.60 | 0.07 | 50.77 | 0.8 | 0.65 |
| Hex | ED | D7 | 5E | 0 | 9 | 3C | 7 | 33 | 50 | 41 |
| Octal | 355 | 327 | 136 | 0 | 11 | 74 | 7 | 63 | 120 | 101 |
| Binary | 11101101 | 11010111 | 1011110 | 0 | 1001 | 111100 | 111 | 110011 | 1010000 | 1000001 |
Color Harmonies of #EDD75E
Complementary color
Monochromatic Colors of #EDD75E
Black with #EDD75E
Text Example
Text Example
White with #EDD75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD75E; }
p { color: rgb(237,215,94); }
H1.HeaderClassName
{
color: #EDD75E;
}
.AnyTagClassName
{
color: #EDD75E;
}
</style>
background-color css
<style>
a { background-color: #EDD75E; }
a { background-color: rgb(237,215,94); }
div.DivClassName
{
background-color: #EDD75E;
}
.BgClassName
{
background-color: #EDD75E;
}
</style>
border-color css
<style>
span { border-color: #EDD75E; }
span { border-color: rgb(237,215,94); }
td.TdClassName
{
border-color: #EDD75E;
}
.TagClassName
{
border-color: #EDD75E;
}
</style>