Shades of Portica #EDD551
Tints of Portica #EDD551
RGB
CMYK
RGB Variations
Color information
#EDD551 (or 0xEDD551) is known color: Portica. HEX triplet: ED, D5 and 51. RGB value is (237,213,81). Sum of RGB (Red+Green+Blue) = 237+213+81=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD551 is #122AAE. Grayscale: #CDCDCD. Windows color (decimal): -1190575 or 5363181. OLE color: 5363181.
HSL color Cylindrical-coordinate representation of color #EDD551: hue angle of 50.77º 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 #EDD551 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 81 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.07 |
| HSL | 50.77º | 0.81% | 0.62% | - |
| HSV(B) | 50.77º | 0.66% | 0.93% | - |
| XYZ | 60.2 | 66.19 | 17.39 | - |
| YUV | 205.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 81 | 0 | 0.10 | 0.66 | 0.07 | 50.77 | 0.81 | 0.62 |
| Hex | ED | D5 | 51 | 0 | A | 42 | 7 | 33 | 51 | 3E |
| Octal | 355 | 325 | 121 | 0 | 12 | 102 | 7 | 63 | 121 | 76 |
| Binary | 11101101 | 11010101 | 1010001 | 0 | 1010 | 1000010 | 111 | 110011 | 1010001 | 111110 |
Color Harmonies of #EDD551
Complementary color
Monochromatic Colors of #EDD551
Black with #EDD551
Text Example
Text Example
White with #EDD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD551; }
p { color: rgb(237,213,81); }
H1.HeaderClassName
{
color: #EDD551;
}
.AnyTagClassName
{
color: #EDD551;
}
</style>
background-color css
<style>
a { background-color: #EDD551; }
a { background-color: rgb(237,213,81); }
div.DivClassName
{
background-color: #EDD551;
}
.BgClassName
{
background-color: #EDD551;
}
</style>
border-color css
<style>
span { border-color: #EDD551; }
span { border-color: rgb(237,213,81); }
td.TdClassName
{
border-color: #EDD551;
}
.TagClassName
{
border-color: #EDD551;
}
</style>