Shades of Portica #EDDB60
Tints of Portica #EDDB60
RGB
CMYK
RGB Variations
Color information
#EDDB60 (or 0xEDDB60) is known color: Portica. HEX triplet: ED, DB and 60. RGB value is (237,219,96). Sum of RGB (Red+Green+Blue) = 237+219+96=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB60 is #12249F. Grayscale: #D2D2D2. Windows color (decimal): -1189024 or 6347757. OLE color: 6347757.
HSL color Cylindrical-coordinate representation of color #EDDB60: hue angle of 52.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDDB60 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 96 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.07 |
| HSL | 52.34º | 0.8% | 0.65% | - |
| HSV(B) | 52.34º | 0.59% | 0.93% | - |
| XYZ | 62.37 | 69.51 | 21.2 | - |
| YUV | 210.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 96 | 0 | 0.08 | 0.59 | 0.07 | 52.34 | 0.8 | 0.65 |
| Hex | ED | DB | 60 | 0 | 8 | 3B | 7 | 34 | 50 | 41 |
| Octal | 355 | 333 | 140 | 0 | 10 | 73 | 7 | 64 | 120 | 101 |
| Binary | 11101101 | 11011011 | 1100000 | 0 | 1000 | 111011 | 111 | 110100 | 1010000 | 1000001 |
Color Harmonies of #EDDB60
Complementary color
Monochromatic Colors of #EDDB60
Black with #EDDB60
Text Example
Text Example
White with #EDDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB60; }
p { color: rgb(237,219,96); }
H1.HeaderClassName
{
color: #EDDB60;
}
.AnyTagClassName
{
color: #EDDB60;
}
</style>
background-color css
<style>
a { background-color: #EDDB60; }
a { background-color: rgb(237,219,96); }
div.DivClassName
{
background-color: #EDDB60;
}
.BgClassName
{
background-color: #EDDB60;
}
</style>
border-color css
<style>
span { border-color: #EDDB60; }
span { border-color: rgb(237,219,96); }
td.TdClassName
{
border-color: #EDDB60;
}
.TagClassName
{
border-color: #EDDB60;
}
</style>