Shades of Portica #EDD652
Tints of Portica #EDD652
RGB
CMYK
RGB Variations
Color information
#EDD652 (or 0xEDD652) is known color: Portica. HEX triplet: ED, D6 and 52. RGB value is (237,214,82). Sum of RGB (Red+Green+Blue) = 237+214+82=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD652 is #1229AD. Grayscale: #CECECE. Windows color (decimal): -1190318 or 5428973. OLE color: 5428973.
HSL color Cylindrical-coordinate representation of color #EDD652: hue angle of 51.1º 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 #EDD652 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 82 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.07 |
| HSL | 51.1º | 0.81% | 0.63% | - |
| HSV(B) | 51.1º | 0.65% | 0.93% | - |
| XYZ | 60.49 | 66.71 | 17.67 | - |
| YUV | 205.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 82 | 0 | 0.10 | 0.65 | 0.07 | 51.1 | 0.81 | 0.63 |
| Hex | ED | D6 | 52 | 0 | A | 41 | 7 | 33 | 51 | 3F |
| Octal | 355 | 326 | 122 | 0 | 12 | 101 | 7 | 63 | 121 | 77 |
| Binary | 11101101 | 11010110 | 1010010 | 0 | 1010 | 1000001 | 111 | 110011 | 1010001 | 111111 |
Color Harmonies of #EDD652
Complementary color
Monochromatic Colors of #EDD652
Black with #EDD652
Text Example
Text Example
White with #EDD652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD652; }
p { color: rgb(237,214,82); }
H1.HeaderClassName
{
color: #EDD652;
}
.AnyTagClassName
{
color: #EDD652;
}
</style>
background-color css
<style>
a { background-color: #EDD652; }
a { background-color: rgb(237,214,82); }
div.DivClassName
{
background-color: #EDD652;
}
.BgClassName
{
background-color: #EDD652;
}
</style>
border-color css
<style>
span { border-color: #EDD652; }
span { border-color: rgb(237,214,82); }
td.TdClassName
{
border-color: #EDD652;
}
.TagClassName
{
border-color: #EDD652;
}
</style>