Shades of Portica #EDDD62
Tints of Portica #EDDD62
RGB
CMYK
RGB Variations
Color information
#EDDD62 (or 0xEDDD62) is known color: Portica. HEX triplet: ED, DD and 62. RGB value is (237,221,98). Sum of RGB (Red+Green+Blue) = 237+221+98=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD62 is #12229D. Grayscale: #D4D4D4. Windows color (decimal): -1188510 or 6479341. OLE color: 6479341.
HSL color Cylindrical-coordinate representation of color #EDDD62: hue angle of 53.09º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDDD62 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 98 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.07 |
| HSL | 53.09º | 0.79% | 0.66% | - |
| HSV(B) | 53.09º | 0.59% | 0.93% | - |
| XYZ | 62.99 | 70.6 | 21.86 | - |
| YUV | 211.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 98 | 0 | 0.07 | 0.59 | 0.07 | 53.09 | 0.79 | 0.66 |
| Hex | ED | DD | 62 | 0 | 7 | 3B | 7 | 35 | 4F | 42 |
| Octal | 355 | 335 | 142 | 0 | 7 | 73 | 7 | 65 | 117 | 102 |
| Binary | 11101101 | 11011101 | 1100010 | 0 | 111 | 111011 | 111 | 110101 | 1001111 | 1000010 |
Color Harmonies of #EDDD62
Complementary color
Monochromatic Colors of #EDDD62
Black with #EDDD62
Text Example
Text Example
White with #EDDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD62; }
p { color: rgb(237,221,98); }
H1.HeaderClassName
{
color: #EDDD62;
}
.AnyTagClassName
{
color: #EDDD62;
}
</style>
background-color css
<style>
a { background-color: #EDDD62; }
a { background-color: rgb(237,221,98); }
div.DivClassName
{
background-color: #EDDD62;
}
.BgClassName
{
background-color: #EDDD62;
}
</style>
border-color css
<style>
span { border-color: #EDDD62; }
span { border-color: rgb(237,221,98); }
td.TdClassName
{
border-color: #EDDD62;
}
.TagClassName
{
border-color: #EDDD62;
}
</style>