Shades of Portica #EDD352
Tints of Portica #EDD352
RGB
CMYK
RGB Variations
Color information
#EDD352 (or 0xEDD352) is known color: Portica. HEX triplet: ED, D3 and 52. RGB value is (237,211,82). Sum of RGB (Red+Green+Blue) = 237+211+82=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD352 is #122CAD. Grayscale: #CCCCCC. Windows color (decimal): -1191086 or 5428205. OLE color: 5428205.
HSL color Cylindrical-coordinate representation of color #EDD352: hue angle of 49.94º 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 #EDD352 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 82 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.07 |
| HSL | 49.94º | 0.81% | 0.63% | - |
| HSV(B) | 49.94º | 0.65% | 0.93% | - |
| XYZ | 59.74 | 65.2 | 17.42 | - |
| YUV | 204.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 82 | 0 | 0.11 | 0.65 | 0.07 | 49.94 | 0.81 | 0.63 |
| Hex | ED | D3 | 52 | 0 | B | 41 | 7 | 32 | 51 | 3F |
| Octal | 355 | 323 | 122 | 0 | 13 | 101 | 7 | 62 | 121 | 77 |
| Binary | 11101101 | 11010011 | 1010010 | 0 | 1011 | 1000001 | 111 | 110010 | 1010001 | 111111 |
Color Harmonies of #EDD352
Complementary color
Monochromatic Colors of #EDD352
Black with #EDD352
Text Example
Text Example
White with #EDD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD352; }
p { color: rgb(237,211,82); }
H1.HeaderClassName
{
color: #EDD352;
}
.AnyTagClassName
{
color: #EDD352;
}
</style>
background-color css
<style>
a { background-color: #EDD352; }
a { background-color: rgb(237,211,82); }
div.DivClassName
{
background-color: #EDD352;
}
.BgClassName
{
background-color: #EDD352;
}
</style>
border-color css
<style>
span { border-color: #EDD352; }
span { border-color: rgb(237,211,82); }
td.TdClassName
{
border-color: #EDD352;
}
.TagClassName
{
border-color: #EDD352;
}
</style>