Shades of Portica #EDD553
Tints of Portica #EDD553
RGB
CMYK
RGB Variations
Color information
#EDD553 (or 0xEDD553) is known color: Portica. HEX triplet: ED, D5 and 53. RGB value is (237,213,83). Sum of RGB (Red+Green+Blue) = 237+213+83=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD553 is #122AAC. Grayscale: #CDCDCD. Windows color (decimal): -1190573 or 5494253. OLE color: 5494253.
HSL color Cylindrical-coordinate representation of color #EDD553: hue angle of 50.65º 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 #EDD553 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 83 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.07 |
| HSL | 50.65º | 0.81% | 0.63% | - |
| HSV(B) | 50.65º | 0.65% | 0.93% | - |
| XYZ | 60.28 | 66.22 | 17.79 | - |
| YUV | 205.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 83 | 0 | 0.10 | 0.65 | 0.07 | 50.65 | 0.81 | 0.63 |
| Hex | ED | D5 | 53 | 0 | A | 41 | 7 | 33 | 51 | 3F |
| Octal | 355 | 325 | 123 | 0 | 12 | 101 | 7 | 63 | 121 | 77 |
| Binary | 11101101 | 11010101 | 1010011 | 0 | 1010 | 1000001 | 111 | 110011 | 1010001 | 111111 |
Color Harmonies of #EDD553
Complementary color
Monochromatic Colors of #EDD553
Black with #EDD553
Text Example
Text Example
White with #EDD553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD553; }
p { color: rgb(237,213,83); }
H1.HeaderClassName
{
color: #EDD553;
}
.AnyTagClassName
{
color: #EDD553;
}
</style>
background-color css
<style>
a { background-color: #EDD553; }
a { background-color: rgb(237,213,83); }
div.DivClassName
{
background-color: #EDD553;
}
.BgClassName
{
background-color: #EDD553;
}
</style>
border-color css
<style>
span { border-color: #EDD553; }
span { border-color: rgb(237,213,83); }
td.TdClassName
{
border-color: #EDD553;
}
.TagClassName
{
border-color: #EDD553;
}
</style>