Shades of Portica #EDDC5C
Tints of Portica #EDDC5C
RGB
CMYK
RGB Variations
Color information
#EDDC5C (or 0xEDDC5C) is known color: Portica. HEX triplet: ED, DC and 5C. RGB value is (237,220,92). Sum of RGB (Red+Green+Blue) = 237+220+92=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC5C is #1223A3. Grayscale: #D3D3D3. Windows color (decimal): -1188772 or 6085869. OLE color: 6085869.
HSL color Cylindrical-coordinate representation of color #EDDC5C: hue angle of 52.97º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDDC5C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 92 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.07 |
| HSL | 52.97º | 0.8% | 0.65% | - |
| HSV(B) | 52.97º | 0.61% | 0.93% | - |
| XYZ | 62.45 | 69.96 | 20.34 | - |
| YUV | 210.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 92 | 0 | 0.07 | 0.61 | 0.07 | 52.97 | 0.8 | 0.65 |
| Hex | ED | DC | 5C | 0 | 7 | 3D | 7 | 35 | 50 | 41 |
| Octal | 355 | 334 | 134 | 0 | 7 | 75 | 7 | 65 | 120 | 101 |
| Binary | 11101101 | 11011100 | 1011100 | 0 | 111 | 111101 | 111 | 110101 | 1010000 | 1000001 |
Color Harmonies of #EDDC5C
Complementary color
Monochromatic Colors of #EDDC5C
Black with #EDDC5C
Text Example
Text Example
White with #EDDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC5C; }
p { color: rgb(237,220,92); }
H1.HeaderClassName
{
color: #EDDC5C;
}
.AnyTagClassName
{
color: #EDDC5C;
}
</style>
background-color css
<style>
a { background-color: #EDDC5C; }
a { background-color: rgb(237,220,92); }
div.DivClassName
{
background-color: #EDDC5C;
}
.BgClassName
{
background-color: #EDDC5C;
}
</style>
border-color css
<style>
span { border-color: #EDDC5C; }
span { border-color: rgb(237,220,92); }
td.TdClassName
{
border-color: #EDDC5C;
}
.TagClassName
{
border-color: #EDDC5C;
}
</style>