Shades of Portica #EDDD63
Tints of Portica #EDDD63
RGB
CMYK
RGB Variations
Color information
#EDDD63 (or 0xEDDD63) is known color: Portica. HEX triplet: ED, DD and 63. RGB value is (237,221,99). Sum of RGB (Red+Green+Blue) = 237+221+99=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD63 is #12229C. Grayscale: #D4D4D4. Windows color (decimal): -1188509 or 6544877. OLE color: 6544877.
HSL color Cylindrical-coordinate representation of color #EDDD63: hue angle of 53.04º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDDD63 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 99 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.07 |
| HSL | 53.04º | 0.79% | 0.66% | - |
| HSV(B) | 53.04º | 0.58% | 0.93% | - |
| XYZ | 63.03 | 70.62 | 22.11 | - |
| YUV | 211.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 99 | 0 | 0.07 | 0.58 | 0.07 | 53.04 | 0.79 | 0.66 |
| Hex | ED | DD | 63 | 0 | 7 | 3A | 7 | 35 | 4F | 42 |
| Octal | 355 | 335 | 143 | 0 | 7 | 72 | 7 | 65 | 117 | 102 |
| Binary | 11101101 | 11011101 | 1100011 | 0 | 111 | 111010 | 111 | 110101 | 1001111 | 1000010 |
Color Harmonies of #EDDD63
Complementary color
Monochromatic Colors of #EDDD63
Black with #EDDD63
Text Example
Text Example
White with #EDDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD63; }
p { color: rgb(237,221,99); }
H1.HeaderClassName
{
color: #EDDD63;
}
.AnyTagClassName
{
color: #EDDD63;
}
</style>
background-color css
<style>
a { background-color: #EDDD63; }
a { background-color: rgb(237,221,99); }
div.DivClassName
{
background-color: #EDDD63;
}
.BgClassName
{
background-color: #EDDD63;
}
</style>
border-color css
<style>
span { border-color: #EDDD63; }
span { border-color: rgb(237,221,99); }
td.TdClassName
{
border-color: #EDDD63;
}
.TagClassName
{
border-color: #EDDD63;
}
</style>