Shades of Portica #EDDC60
Tints of Portica #EDDC60
RGB
CMYK
RGB Variations
Color information
#EDDC60 (or 0xEDDC60) is known color: Portica. HEX triplet: ED, DC and 60. RGB value is (237,220,96). Sum of RGB (Red+Green+Blue) = 237+220+96=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC60 is #12239F. Grayscale: #D3D3D3. Windows color (decimal): -1188768 or 6348013. OLE color: 6348013.
HSL color Cylindrical-coordinate representation of color #EDDC60: hue angle of 52.77º 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 #EDDC60 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 96 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.07 |
| HSL | 52.77º | 0.8% | 0.65% | - |
| HSV(B) | 52.77º | 0.59% | 0.93% | - |
| XYZ | 62.63 | 70.04 | 21.28 | - |
| YUV | 210.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 96 | 0 | 0.07 | 0.59 | 0.07 | 52.77 | 0.8 | 0.65 |
| Hex | ED | DC | 60 | 0 | 7 | 3B | 7 | 35 | 50 | 41 |
| Octal | 355 | 334 | 140 | 0 | 7 | 73 | 7 | 65 | 120 | 101 |
| Binary | 11101101 | 11011100 | 1100000 | 0 | 111 | 111011 | 111 | 110101 | 1010000 | 1000001 |
Color Harmonies of #EDDC60
Complementary color
Monochromatic Colors of #EDDC60
Black with #EDDC60
Text Example
Text Example
White with #EDDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC60; }
p { color: rgb(237,220,96); }
H1.HeaderClassName
{
color: #EDDC60;
}
.AnyTagClassName
{
color: #EDDC60;
}
</style>
background-color css
<style>
a { background-color: #EDDC60; }
a { background-color: rgb(237,220,96); }
div.DivClassName
{
background-color: #EDDC60;
}
.BgClassName
{
background-color: #EDDC60;
}
</style>
border-color css
<style>
span { border-color: #EDDC60; }
span { border-color: rgb(237,220,96); }
td.TdClassName
{
border-color: #EDDC60;
}
.TagClassName
{
border-color: #EDDC60;
}
</style>