Shades of Portica #EDDC53
Tints of Portica #EDDC53
RGB
CMYK
RGB Variations
Color information
#EDDC53 (or 0xEDDC53) is known color: Portica. HEX triplet: ED, DC and 53. RGB value is (237,220,83). Sum of RGB (Red+Green+Blue) = 237+220+83=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC53 is #1223AC. Grayscale: #D2D2D2. Windows color (decimal): -1188781 or 5496045. OLE color: 5496045.
HSL color Cylindrical-coordinate representation of color #EDDC53: hue angle of 53.38º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDDC53 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 83 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.07 |
| HSL | 53.38º | 0.81% | 0.63% | - |
| HSV(B) | 53.38º | 0.65% | 0.93% | - |
| XYZ | 62.08 | 69.82 | 18.39 | - |
| YUV | 209.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 83 | 0 | 0.07 | 0.65 | 0.07 | 53.38 | 0.81 | 0.63 |
| Hex | ED | DC | 53 | 0 | 7 | 41 | 7 | 35 | 51 | 3F |
| Octal | 355 | 334 | 123 | 0 | 7 | 101 | 7 | 65 | 121 | 77 |
| Binary | 11101101 | 11011100 | 1010011 | 0 | 111 | 1000001 | 111 | 110101 | 1010001 | 111111 |
Color Harmonies of #EDDC53
Complementary color
Monochromatic Colors of #EDDC53
Black with #EDDC53
Text Example
Text Example
White with #EDDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC53; }
p { color: rgb(237,220,83); }
H1.HeaderClassName
{
color: #EDDC53;
}
.AnyTagClassName
{
color: #EDDC53;
}
</style>
background-color css
<style>
a { background-color: #EDDC53; }
a { background-color: rgb(237,220,83); }
div.DivClassName
{
background-color: #EDDC53;
}
.BgClassName
{
background-color: #EDDC53;
}
</style>
border-color css
<style>
span { border-color: #EDDC53; }
span { border-color: rgb(237,220,83); }
td.TdClassName
{
border-color: #EDDC53;
}
.TagClassName
{
border-color: #EDDC53;
}
</style>