Shades of Portica #EDD750
Tints of Portica #EDD750
RGB
CMYK
RGB Variations
Color information
#EDD750 (or 0xEDD750) is known color: Portica. HEX triplet: ED, D7 and 50. RGB value is (237,215,80). Sum of RGB (Red+Green+Blue) = 237+215+80=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD750 is #1228AF. Grayscale: #CECECE. Windows color (decimal): -1190064 or 5298157. OLE color: 5298157.
HSL color Cylindrical-coordinate representation of color #EDD750: hue angle of 51.59º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDD750 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 80 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.07 |
| HSL | 51.59º | 0.81% | 0.62% | - |
| HSV(B) | 51.59º | 0.66% | 0.93% | - |
| XYZ | 60.67 | 67.18 | 17.36 | - |
| YUV | 206.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 80 | 0 | 0.09 | 0.66 | 0.07 | 51.59 | 0.81 | 0.62 |
| Hex | ED | D7 | 50 | 0 | 9 | 42 | 7 | 34 | 51 | 3E |
| Octal | 355 | 327 | 120 | 0 | 11 | 102 | 7 | 64 | 121 | 76 |
| Binary | 11101101 | 11010111 | 1010000 | 0 | 1001 | 1000010 | 111 | 110100 | 1010001 | 111110 |
Color Harmonies of #EDD750
Complementary color
Monochromatic Colors of #EDD750
Black with #EDD750
Text Example
Text Example
White with #EDD750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD750; }
p { color: rgb(237,215,80); }
H1.HeaderClassName
{
color: #EDD750;
}
.AnyTagClassName
{
color: #EDD750;
}
</style>
background-color css
<style>
a { background-color: #EDD750; }
a { background-color: rgb(237,215,80); }
div.DivClassName
{
background-color: #EDD750;
}
.BgClassName
{
background-color: #EDD750;
}
</style>
border-color css
<style>
span { border-color: #EDD750; }
span { border-color: rgb(237,215,80); }
td.TdClassName
{
border-color: #EDD750;
}
.TagClassName
{
border-color: #EDD750;
}
</style>