Shades of Portica #EEDD53
Tints of Portica #EEDD53
RGB
CMYK
RGB Variations
Color information
#EEDD53 (or 0xEEDD53) is known color: Portica. HEX triplet: EE, DD and 53. RGB value is (238,221,83). Sum of RGB (Red+Green+Blue) = 238+221+83=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD53 is #1122AC. Grayscale: #D2D2D2. Windows color (decimal): -1122989 or 5496302. OLE color: 5496302.
HSL color Cylindrical-coordinate representation of color #EEDD53: hue angle of 53.42º degrees, saturation: 0.82, 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 #EEDD53 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 83 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.07 |
| HSL | 53.42º | 0.82% | 0.63% | - |
| HSV(B) | 53.42º | 0.65% | 0.93% | - |
| XYZ | 62.68 | 70.51 | 18.49 | - |
| YUV | 210.35 | 56.13 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 83 | 0 | 0.07 | 0.65 | 0.07 | 53.42 | 0.82 | 0.63 |
| Hex | EE | DD | 53 | 0 | 7 | 41 | 7 | 35 | 52 | 3F |
| Octal | 356 | 335 | 123 | 0 | 7 | 101 | 7 | 65 | 122 | 77 |
| Binary | 11101110 | 11011101 | 1010011 | 0 | 111 | 1000001 | 111 | 110101 | 1010010 | 111111 |
Color Harmonies of #EEDD53
Complementary color
Monochromatic Colors of #EEDD53
Black with #EEDD53
Text Example
Text Example
White with #EEDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD53; }
p { color: rgb(238,221,83); }
H1.HeaderClassName
{
color: #EEDD53;
}
.AnyTagClassName
{
color: #EEDD53;
}
</style>
background-color css
<style>
a { background-color: #EEDD53; }
a { background-color: rgb(238,221,83); }
div.DivClassName
{
background-color: #EEDD53;
}
.BgClassName
{
background-color: #EEDD53;
}
</style>
border-color css
<style>
span { border-color: #EEDD53; }
span { border-color: rgb(238,221,83); }
td.TdClassName
{
border-color: #EEDD53;
}
.TagClassName
{
border-color: #EEDD53;
}
</style>