Shades of Portica #EDD554
Tints of Portica #EDD554
RGB
CMYK
RGB Variations
Color information
#EDD554 (or 0xEDD554) is known color: Portica. HEX triplet: ED, D5 and 54. RGB value is (237,213,84). Sum of RGB (Red+Green+Blue) = 237+213+84=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD554 is #122AAB. Grayscale: #CECECE. Windows color (decimal): -1190572 or 5559789. OLE color: 5559789.
HSL color Cylindrical-coordinate representation of color #EDD554: hue angle of 50.59º 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 #EDD554 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 84 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.07 |
| HSL | 50.59º | 0.81% | 0.63% | - |
| HSV(B) | 50.59º | 0.65% | 0.93% | - |
| XYZ | 60.32 | 66.23 | 17.99 | - |
| YUV | 205.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 84 | 0 | 0.10 | 0.65 | 0.07 | 50.59 | 0.81 | 0.63 |
| Hex | ED | D5 | 54 | 0 | A | 41 | 7 | 33 | 51 | 3F |
| Octal | 355 | 325 | 124 | 0 | 12 | 101 | 7 | 63 | 121 | 77 |
| Binary | 11101101 | 11010101 | 1010100 | 0 | 1010 | 1000001 | 111 | 110011 | 1010001 | 111111 |
Color Harmonies of #EDD554
Complementary color
Monochromatic Colors of #EDD554
Black with #EDD554
Text Example
Text Example
White with #EDD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD554; }
p { color: rgb(237,213,84); }
H1.HeaderClassName
{
color: #EDD554;
}
.AnyTagClassName
{
color: #EDD554;
}
</style>
background-color css
<style>
a { background-color: #EDD554; }
a { background-color: rgb(237,213,84); }
div.DivClassName
{
background-color: #EDD554;
}
.BgClassName
{
background-color: #EDD554;
}
</style>
border-color css
<style>
span { border-color: #EDD554; }
span { border-color: rgb(237,213,84); }
td.TdClassName
{
border-color: #EDD554;
}
.TagClassName
{
border-color: #EDD554;
}
</style>