Shades of Portica #EDD75D
Tints of Portica #EDD75D
RGB
CMYK
RGB Variations
Color information
#EDD75D (or 0xEDD75D) is known color: Portica. HEX triplet: ED, D7 and 5D. RGB value is (237,215,93). Sum of RGB (Red+Green+Blue) = 237+215+93=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD75D is #1228A2. Grayscale: #D0D0D0. Windows color (decimal): -1190051 or 6150125. OLE color: 6150125.
HSL color Cylindrical-coordinate representation of color #EDD75D: hue angle of 50.83º 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 #EDD75D is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 93 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.07 |
| HSL | 50.83º | 0.8% | 0.65% | - |
| HSV(B) | 50.83º | 0.61% | 0.93% | - |
| XYZ | 61.2 | 67.4 | 20.14 | - |
| YUV | 207.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 93 | 0 | 0.09 | 0.61 | 0.07 | 50.83 | 0.8 | 0.65 |
| Hex | ED | D7 | 5D | 0 | 9 | 3D | 7 | 33 | 50 | 41 |
| Octal | 355 | 327 | 135 | 0 | 11 | 75 | 7 | 63 | 120 | 101 |
| Binary | 11101101 | 11010111 | 1011101 | 0 | 1001 | 111101 | 111 | 110011 | 1010000 | 1000001 |
Color Harmonies of #EDD75D
Complementary color
Monochromatic Colors of #EDD75D
Black with #EDD75D
Text Example
Text Example
White with #EDD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD75D; }
p { color: rgb(237,215,93); }
H1.HeaderClassName
{
color: #EDD75D;
}
.AnyTagClassName
{
color: #EDD75D;
}
</style>
background-color css
<style>
a { background-color: #EDD75D; }
a { background-color: rgb(237,215,93); }
div.DivClassName
{
background-color: #EDD75D;
}
.BgClassName
{
background-color: #EDD75D;
}
</style>
border-color css
<style>
span { border-color: #EDD75D; }
span { border-color: rgb(237,215,93); }
td.TdClassName
{
border-color: #EDD75D;
}
.TagClassName
{
border-color: #EDD75D;
}
</style>