Shades of Portica #EDD75A
Tints of Portica #EDD75A
RGB
CMYK
RGB Variations
Color information
#EDD75A (or 0xEDD75A) is known color: Portica. HEX triplet: ED, D7 and 5A. RGB value is (237,215,90). Sum of RGB (Red+Green+Blue) = 237+215+90=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD75A is #1228A5. Grayscale: #CFCFCF. Windows color (decimal): -1190054 or 5953517. OLE color: 5953517.
HSL color Cylindrical-coordinate representation of color #EDD75A: hue angle of 51.02º 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 #EDD75A is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 90 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.07 |
| HSL | 51.02º | 0.8% | 0.64% | - |
| HSV(B) | 51.02º | 0.62% | 0.93% | - |
| XYZ | 61.07 | 67.34 | 19.45 | - |
| YUV | 207.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 90 | 0 | 0.09 | 0.62 | 0.07 | 51.02 | 0.8 | 0.64 |
| Hex | ED | D7 | 5A | 0 | 9 | 3E | 7 | 33 | 50 | 40 |
| Octal | 355 | 327 | 132 | 0 | 11 | 76 | 7 | 63 | 120 | 100 |
| Binary | 11101101 | 11010111 | 1011010 | 0 | 1001 | 111110 | 111 | 110011 | 1010000 | 1000000 |
Color Harmonies of #EDD75A
Complementary color
Monochromatic Colors of #EDD75A
Black with #EDD75A
Text Example
Text Example
White with #EDD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD75A; }
p { color: rgb(237,215,90); }
H1.HeaderClassName
{
color: #EDD75A;
}
.AnyTagClassName
{
color: #EDD75A;
}
</style>
background-color css
<style>
a { background-color: #EDD75A; }
a { background-color: rgb(237,215,90); }
div.DivClassName
{
background-color: #EDD75A;
}
.BgClassName
{
background-color: #EDD75A;
}
</style>
border-color css
<style>
span { border-color: #EDD75A; }
span { border-color: rgb(237,215,90); }
td.TdClassName
{
border-color: #EDD75A;
}
.TagClassName
{
border-color: #EDD75A;
}
</style>