Shades of Portica #EDD253
Tints of Portica #EDD253
RGB
CMYK
RGB Variations
Color information
#EDD253 (or 0xEDD253) is known color: Portica. HEX triplet: ED, D2 and 53. RGB value is (237,210,83). Sum of RGB (Red+Green+Blue) = 237+210+83=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD253 is #122DAC. Grayscale: #CCCCCC. Windows color (decimal): -1191341 or 5493485. OLE color: 5493485.
HSL color Cylindrical-coordinate representation of color #EDD253: hue angle of 49.48º 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 #EDD253 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 83 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.07 |
| HSL | 49.48º | 0.81% | 0.63% | - |
| HSV(B) | 49.48º | 0.65% | 0.93% | - |
| XYZ | 59.53 | 64.72 | 17.54 | - |
| YUV | 203.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 83 | 0 | 0.11 | 0.65 | 0.07 | 49.48 | 0.81 | 0.63 |
| Hex | ED | D2 | 53 | 0 | B | 41 | 7 | 31 | 51 | 3F |
| Octal | 355 | 322 | 123 | 0 | 13 | 101 | 7 | 61 | 121 | 77 |
| Binary | 11101101 | 11010010 | 1010011 | 0 | 1011 | 1000001 | 111 | 110001 | 1010001 | 111111 |
Color Harmonies of #EDD253
Complementary color
Monochromatic Colors of #EDD253
Black with #EDD253
Text Example
Text Example
White with #EDD253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD253; }
p { color: rgb(237,210,83); }
H1.HeaderClassName
{
color: #EDD253;
}
.AnyTagClassName
{
color: #EDD253;
}
</style>
background-color css
<style>
a { background-color: #EDD253; }
a { background-color: rgb(237,210,83); }
div.DivClassName
{
background-color: #EDD253;
}
.BgClassName
{
background-color: #EDD253;
}
</style>
border-color css
<style>
span { border-color: #EDD253; }
span { border-color: rgb(237,210,83); }
td.TdClassName
{
border-color: #EDD253;
}
.TagClassName
{
border-color: #EDD253;
}
</style>