Shades of Portica #EDD353
Tints of Portica #EDD353
RGB
CMYK
RGB Variations
Color information
#EDD353 (or 0xEDD353) is known color: Portica. HEX triplet: ED, D3 and 53. RGB value is (237,211,83). Sum of RGB (Red+Green+Blue) = 237+211+83=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD353 is #122CAC. Grayscale: #CCCCCC. Windows color (decimal): -1191085 or 5493741. OLE color: 5493741.
HSL color Cylindrical-coordinate representation of color #EDD353: hue angle of 49.87º 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 #EDD353 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 83 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.07 |
| HSL | 49.87º | 0.81% | 0.63% | - |
| HSV(B) | 49.87º | 0.65% | 0.93% | - |
| XYZ | 59.78 | 65.22 | 17.62 | - |
| YUV | 204.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 83 | 0 | 0.11 | 0.65 | 0.07 | 49.87 | 0.81 | 0.63 |
| Hex | ED | D3 | 53 | 0 | B | 41 | 7 | 32 | 51 | 3F |
| Octal | 355 | 323 | 123 | 0 | 13 | 101 | 7 | 62 | 121 | 77 |
| Binary | 11101101 | 11010011 | 1010011 | 0 | 1011 | 1000001 | 111 | 110010 | 1010001 | 111111 |
Color Harmonies of #EDD353
Complementary color
Monochromatic Colors of #EDD353
Black with #EDD353
Text Example
Text Example
White with #EDD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD353; }
p { color: rgb(237,211,83); }
H1.HeaderClassName
{
color: #EDD353;
}
.AnyTagClassName
{
color: #EDD353;
}
</style>
background-color css
<style>
a { background-color: #EDD353; }
a { background-color: rgb(237,211,83); }
div.DivClassName
{
background-color: #EDD353;
}
.BgClassName
{
background-color: #EDD353;
}
</style>
border-color css
<style>
span { border-color: #EDD353; }
span { border-color: rgb(237,211,83); }
td.TdClassName
{
border-color: #EDD353;
}
.TagClassName
{
border-color: #EDD353;
}
</style>