Shades of Portica #EDD55B
Tints of Portica #EDD55B
RGB
CMYK
RGB Variations
Color information
#EDD55B (or 0xEDD55B) is known color: Portica. HEX triplet: ED, D5 and 5B. RGB value is (237,213,91). Sum of RGB (Red+Green+Blue) = 237+213+91=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD55B is #122AA4. Grayscale: #CECECE. Windows color (decimal): -1190565 or 6018541. OLE color: 6018541.
HSL color Cylindrical-coordinate representation of color #EDD55B: hue angle of 50.14º 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 #EDD55B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 91 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.07 |
| HSL | 50.14º | 0.8% | 0.64% | - |
| HSV(B) | 50.14º | 0.62% | 0.93% | - |
| XYZ | 60.61 | 66.35 | 19.51 | - |
| YUV | 206.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 91 | 0 | 0.10 | 0.62 | 0.07 | 50.14 | 0.8 | 0.64 |
| Hex | ED | D5 | 5B | 0 | A | 3E | 7 | 32 | 50 | 40 |
| Octal | 355 | 325 | 133 | 0 | 12 | 76 | 7 | 62 | 120 | 100 |
| Binary | 11101101 | 11010101 | 1011011 | 0 | 1010 | 111110 | 111 | 110010 | 1010000 | 1000000 |
Color Harmonies of #EDD55B
Complementary color
Monochromatic Colors of #EDD55B
Black with #EDD55B
Text Example
Text Example
White with #EDD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD55B; }
p { color: rgb(237,213,91); }
H1.HeaderClassName
{
color: #EDD55B;
}
.AnyTagClassName
{
color: #EDD55B;
}
</style>
background-color css
<style>
a { background-color: #EDD55B; }
a { background-color: rgb(237,213,91); }
div.DivClassName
{
background-color: #EDD55B;
}
.BgClassName
{
background-color: #EDD55B;
}
</style>
border-color css
<style>
span { border-color: #EDD55B; }
span { border-color: rgb(237,213,91); }
td.TdClassName
{
border-color: #EDD55B;
}
.TagClassName
{
border-color: #EDD55B;
}
</style>