Shades of Portica #EDDC64
Tints of Portica #EDDC64
RGB
CMYK
RGB Variations
Color information
#EDDC64 (or 0xEDDC64) is known color: Portica. HEX triplet: ED, DC and 64. RGB value is (237,220,100). Sum of RGB (Red+Green+Blue) = 237+220+100=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC64 is #12239B. Grayscale: #D3D3D3. Windows color (decimal): -1188764 or 6610157. OLE color: 6610157.
HSL color Cylindrical-coordinate representation of color #EDDC64: hue angle of 52.55º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDDC64 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 100 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.07 |
| HSL | 52.55º | 0.79% | 0.66% | - |
| HSV(B) | 52.55º | 0.58% | 0.93% | - |
| XYZ | 62.82 | 70.11 | 22.28 | - |
| YUV | 211.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 100 | 0 | 0.07 | 0.58 | 0.07 | 52.55 | 0.79 | 0.66 |
| Hex | ED | DC | 64 | 0 | 7 | 3A | 7 | 35 | 4F | 42 |
| Octal | 355 | 334 | 144 | 0 | 7 | 72 | 7 | 65 | 117 | 102 |
| Binary | 11101101 | 11011100 | 1100100 | 0 | 111 | 111010 | 111 | 110101 | 1001111 | 1000010 |
Color Harmonies of #EDDC64
Complementary color
Monochromatic Colors of #EDDC64
Black with #EDDC64
Text Example
Text Example
White with #EDDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC64; }
p { color: rgb(237,220,100); }
H1.HeaderClassName
{
color: #EDDC64;
}
.AnyTagClassName
{
color: #EDDC64;
}
</style>
background-color css
<style>
a { background-color: #EDDC64; }
a { background-color: rgb(237,220,100); }
div.DivClassName
{
background-color: #EDDC64;
}
.BgClassName
{
background-color: #EDDC64;
}
</style>
border-color css
<style>
span { border-color: #EDDC64; }
span { border-color: rgb(237,220,100); }
td.TdClassName
{
border-color: #EDDC64;
}
.TagClassName
{
border-color: #EDDC64;
}
</style>