Shades of Portica #EDD751
Tints of Portica #EDD751
RGB
CMYK
RGB Variations
Color information
#EDD751 (or 0xEDD751) is known color: Portica. HEX triplet: ED, D7 and 51. RGB value is (237,215,81). Sum of RGB (Red+Green+Blue) = 237+215+81=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD751 is #1228AE. Grayscale: #CECECE. Windows color (decimal): -1190063 or 5363693. OLE color: 5363693.
HSL color Cylindrical-coordinate representation of color #EDD751: hue angle of 51.54º 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 #EDD751 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 81 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.07 |
| HSL | 51.54º | 0.81% | 0.62% | - |
| HSV(B) | 51.54º | 0.66% | 0.93% | - |
| XYZ | 60.71 | 67.2 | 17.56 | - |
| YUV | 206.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 81 | 0 | 0.09 | 0.66 | 0.07 | 51.54 | 0.81 | 0.62 |
| Hex | ED | D7 | 51 | 0 | 9 | 42 | 7 | 34 | 51 | 3E |
| Octal | 355 | 327 | 121 | 0 | 11 | 102 | 7 | 64 | 121 | 76 |
| Binary | 11101101 | 11010111 | 1010001 | 0 | 1001 | 1000010 | 111 | 110100 | 1010001 | 111110 |
Color Harmonies of #EDD751
Complementary color
Monochromatic Colors of #EDD751
Black with #EDD751
Text Example
Text Example
White with #EDD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD751; }
p { color: rgb(237,215,81); }
H1.HeaderClassName
{
color: #EDD751;
}
.AnyTagClassName
{
color: #EDD751;
}
</style>
background-color css
<style>
a { background-color: #EDD751; }
a { background-color: rgb(237,215,81); }
div.DivClassName
{
background-color: #EDD751;
}
.BgClassName
{
background-color: #EDD751;
}
</style>
border-color css
<style>
span { border-color: #EDD751; }
span { border-color: rgb(237,215,81); }
td.TdClassName
{
border-color: #EDD751;
}
.TagClassName
{
border-color: #EDD751;
}
</style>