Shades of Portica #EDDB5B
Tints of Portica #EDDB5B
RGB
CMYK
RGB Variations
Color information
#EDDB5B (or 0xEDDB5B) is known color: Portica. HEX triplet: ED, DB and 5B. RGB value is (237,219,91). Sum of RGB (Red+Green+Blue) = 237+219+91=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB5B is #1224A4. Grayscale: #D2D2D2. Windows color (decimal): -1189029 or 6020077. OLE color: 6020077.
HSL color Cylindrical-coordinate representation of color #EDDB5B: hue angle of 52.6º 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 #EDDB5B is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 91 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.07 |
| HSL | 52.6º | 0.8% | 0.64% | - |
| HSV(B) | 52.6º | 0.62% | 0.93% | - |
| XYZ | 62.14 | 69.42 | 20.02 | - |
| YUV | 209.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 91 | 0 | 0.08 | 0.62 | 0.07 | 52.6 | 0.8 | 0.64 |
| Hex | ED | DB | 5B | 0 | 8 | 3E | 7 | 35 | 50 | 40 |
| Octal | 355 | 333 | 133 | 0 | 10 | 76 | 7 | 65 | 120 | 100 |
| Binary | 11101101 | 11011011 | 1011011 | 0 | 1000 | 111110 | 111 | 110101 | 1010000 | 1000000 |
Color Harmonies of #EDDB5B
Complementary color
Monochromatic Colors of #EDDB5B
Black with #EDDB5B
Text Example
Text Example
White with #EDDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB5B; }
p { color: rgb(237,219,91); }
H1.HeaderClassName
{
color: #EDDB5B;
}
.AnyTagClassName
{
color: #EDDB5B;
}
</style>
background-color css
<style>
a { background-color: #EDDB5B; }
a { background-color: rgb(237,219,91); }
div.DivClassName
{
background-color: #EDDB5B;
}
.BgClassName
{
background-color: #EDDB5B;
}
</style>
border-color css
<style>
span { border-color: #EDDB5B; }
span { border-color: rgb(237,219,91); }
td.TdClassName
{
border-color: #EDDB5B;
}
.TagClassName
{
border-color: #EDDB5B;
}
</style>