Shades of Portica #EDD45B
Tints of Portica #EDD45B
RGB
CMYK
RGB Variations
Color information
#EDD45B (or 0xEDD45B) is known color: Portica. HEX triplet: ED, D4 and 5B. RGB value is (237,212,91). Sum of RGB (Red+Green+Blue) = 237+212+91=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD45B is #122BA4. Grayscale: #CECECE. Windows color (decimal): -1190821 or 6018285. OLE color: 6018285.
HSL color Cylindrical-coordinate representation of color #EDD45B: hue angle of 49.73º 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 #EDD45B is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 91 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.73º | 0.8% | 0.64% | - |
| HSV(B) | 49.73º | 0.62% | 0.93% | - |
| XYZ | 60.36 | 65.85 | 19.43 | - |
| YUV | 205.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 91 | 0 | 0.11 | 0.62 | 0.07 | 49.73 | 0.8 | 0.64 |
| Hex | ED | D4 | 5B | 0 | B | 3E | 7 | 32 | 50 | 40 |
| Octal | 355 | 324 | 133 | 0 | 13 | 76 | 7 | 62 | 120 | 100 |
| Binary | 11101101 | 11010100 | 1011011 | 0 | 1011 | 111110 | 111 | 110010 | 1010000 | 1000000 |
Color Harmonies of #EDD45B
Complementary color
Monochromatic Colors of #EDD45B
Black with #EDD45B
Text Example
Text Example
White with #EDD45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD45B; }
p { color: rgb(237,212,91); }
H1.HeaderClassName
{
color: #EDD45B;
}
.AnyTagClassName
{
color: #EDD45B;
}
</style>
background-color css
<style>
a { background-color: #EDD45B; }
a { background-color: rgb(237,212,91); }
div.DivClassName
{
background-color: #EDD45B;
}
.BgClassName
{
background-color: #EDD45B;
}
</style>
border-color css
<style>
span { border-color: #EDD45B; }
span { border-color: rgb(237,212,91); }
td.TdClassName
{
border-color: #EDD45B;
}
.TagClassName
{
border-color: #EDD45B;
}
</style>